AWSEC2AccountAttributeName

Objective-C

NS_ENUM(NSInteger, AWSEC2AccountAttributeName) {
    AWSEC2AccountAttributeNameUnknown,
    AWSEC2AccountAttributeNameSupportedPlatforms,
    AWSEC2AccountAttributeNameDefaultVPC,
}

Swift

enum AWSEC2AccountAttributeName : Int, @unchecked Sendable

Undocumented