AWSEC2scope
Objective-C
NS_ENUM(NSInteger, AWSEC2scope) {
AWSEC2scopeUnknown,
AWSEC2scopeAvailabilityZone,
AWSEC2scopeRegion,
}
Swift
enum AWSEC2scope : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2scopeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2scopeAvailabilityZone
Swift
case availabilityZone = 1
-
Undocumented
Declaration
Objective-C
AWSEC2scopeRegion
Swift
case region = 2