AWSEC2EbsEncryptionSupport
Objective-C
NS_ENUM(NSInteger, AWSEC2EbsEncryptionSupport) {
AWSEC2EbsEncryptionSupportUnknown,
AWSEC2EbsEncryptionSupportUnsupported,
AWSEC2EbsEncryptionSupportSupported,
}
Swift
enum AWSEC2EbsEncryptionSupport : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2EbsEncryptionSupportUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2EbsEncryptionSupportUnsupported
Swift
case unsupported = 1
-
Undocumented
Declaration
Objective-C
AWSEC2EbsEncryptionSupportSupported
Swift
case supported = 2