AWSEC2ModifyEbsDefaultKmsKeyIdResult
Objective-C
@interface AWSEC2ModifyEbsDefaultKmsKeyIdResult
Swift
class AWSEC2ModifyEbsDefaultKmsKeyIdResult
-
The Amazon Resource Name (ARN) of the default KMS key for encryption by default.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable kmsKeyId;
Swift
var kmsKeyId: String? { get set }