AWSEC2AllocationType
Objective-C
NS_ENUM(NSInteger, AWSEC2AllocationType) {
AWSEC2AllocationTypeUnknown,
AWSEC2AllocationTypeUsed,
}
Swift
enum AWSEC2AllocationType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2AllocationTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2AllocationTypeUsedSwift
case used = 1
View on GitHub
Install in Dash
AWSEC2AllocationType Enumeration Reference