AWSEC2EbsEncryptionSupport

Objective-C

NS_ENUM(NSInteger, AWSEC2EbsEncryptionSupport) {
    AWSEC2EbsEncryptionSupportUnknown,
    AWSEC2EbsEncryptionSupportUnsupported,
    AWSEC2EbsEncryptionSupportSupported,
}

Swift

enum AWSEC2EbsEncryptionSupport : Int, @unchecked Sendable

Undocumented