AWSEC2AllocationType
Objective-C
NS_ENUM(NSInteger, AWSEC2AllocationType) {
AWSEC2AllocationTypeUnknown,
AWSEC2AllocationTypeUsed,
}
Swift
enum AWSEC2AllocationType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2AllocationTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2AllocationTypeUsed
Swift
case used = 1