AWSEC2SelfServicePortal
Objective-C
NS_ENUM(NSInteger, AWSEC2SelfServicePortal) {
AWSEC2SelfServicePortalUnknown,
AWSEC2SelfServicePortalEnabled,
AWSEC2SelfServicePortalDisabled,
}
Swift
enum AWSEC2SelfServicePortal : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2SelfServicePortalUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2SelfServicePortalEnabled
Swift
case enabled = 1
-
Undocumented
Declaration
Objective-C
AWSEC2SelfServicePortalDisabled
Swift
case disabled = 2