AWSEC2LaunchTemplateInstanceMetadataProtocolIpv6

Objective-C

NS_ENUM(NSInteger, AWSEC2LaunchTemplateInstanceMetadataProtocolIpv6) {
    AWSEC2LaunchTemplateInstanceMetadataProtocolIpv6Unknown,
    AWSEC2LaunchTemplateInstanceMetadataProtocolIpv6Disabled,
    AWSEC2LaunchTemplateInstanceMetadataProtocolIpv6Enabled,
}

Swift

enum AWSEC2LaunchTemplateInstanceMetadataProtocolIpv6 : Int, @unchecked Sendable

Undocumented