AWSEC2ImageAttributeName

Objective-C

NS_ENUM(NSInteger, AWSEC2ImageAttributeName) {
    AWSEC2ImageAttributeNameUnknown,
    AWSEC2ImageAttributeNameDescription,
    AWSEC2ImageAttributeNameKernel,
    AWSEC2ImageAttributeNameRAMDisk,
    AWSEC2ImageAttributeNameLaunchPermission,
    AWSEC2ImageAttributeNameProductCodes,
    AWSEC2ImageAttributeNameBlockDeviceMapping,
    AWSEC2ImageAttributeNameSriovNetSupport,
    AWSEC2ImageAttributeNameBootMode,
    AWSEC2ImageAttributeNameTpmSupport,
    AWSEC2ImageAttributeNameUefiData,
    AWSEC2ImageAttributeNameLastLaunchedTime,
    AWSEC2ImageAttributeNameImdsSupport,
}

Swift

enum AWSEC2ImageAttributeName : Int, @unchecked Sendable

Undocumented