AWSEC2AllocationType

Objective-C

NS_ENUM(NSInteger, AWSEC2AllocationType) {
    AWSEC2AllocationTypeUnknown,
    AWSEC2AllocationTypeUsed,
}

Swift

enum AWSEC2AllocationType : Int, @unchecked Sendable

Undocumented