AWSEC2InstanceStorageEncryptionSupport

Objective-C

NS_ENUM(NSInteger, AWSEC2InstanceStorageEncryptionSupport) {
    AWSEC2InstanceStorageEncryptionSupportUnknown,
    AWSEC2InstanceStorageEncryptionSupportUnsupported,
    AWSEC2InstanceStorageEncryptionSupportRequired,
}

Swift

enum AWSEC2InstanceStorageEncryptionSupport : Int, @unchecked Sendable

Undocumented