AWSEC2SelfServicePortal
Objective-C
NS_ENUM(NSInteger, AWSEC2SelfServicePortal) {
AWSEC2SelfServicePortalUnknown,
AWSEC2SelfServicePortalEnabled,
AWSEC2SelfServicePortalDisabled,
}
Swift
enum AWSEC2SelfServicePortal : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2SelfServicePortalUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2SelfServicePortalEnabledSwift
case enabled = 1 -
Undocumented
Declaration
Objective-C
AWSEC2SelfServicePortalDisabledSwift
case disabled = 2
View on GitHub
Install in Dash
AWSEC2SelfServicePortal Enumeration Reference