AWSEC2scope
Objective-C
NS_ENUM(NSInteger, AWSEC2scope) {
AWSEC2scopeUnknown,
AWSEC2scopeAvailabilityZone,
AWSEC2scopeRegion,
}
Swift
enum AWSEC2scope : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2scopeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2scopeAvailabilityZoneSwift
case availabilityZone = 1 -
Undocumented
Declaration
Objective-C
AWSEC2scopeRegionSwift
case region = 2
View on GitHub
Install in Dash
AWSEC2scope Enumeration Reference