AWSEC2LaunchTemplateInstanceMetadataOptionsState

Objective-C

NS_ENUM(NSInteger, AWSEC2LaunchTemplateInstanceMetadataOptionsState) {
    AWSEC2LaunchTemplateInstanceMetadataOptionsStateUnknown,
    AWSEC2LaunchTemplateInstanceMetadataOptionsStatePending,
    AWSEC2LaunchTemplateInstanceMetadataOptionsStateApplied,
}

Swift

enum AWSEC2LaunchTemplateInstanceMetadataOptionsState : Int, @unchecked Sendable

Undocumented