Class: Aws::EC2::Types::ResetEbsDefaultKmsKeyIdResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ResetEbsDefaultKmsKeyIdResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_key_id ⇒ String
The Amazon Resource Name (ARN) of the default KMS key for EBS encryption by default.
Instance Attribute Details
#kms_key_id ⇒ String
The Amazon Resource Name (ARN) of the default KMS key for EBS encryption by default.
62082 62083 62084 62085 62086 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62082 class ResetEbsDefaultKmsKeyIdResult < Struct.new( :kms_key_id) SENSITIVE = [] include Aws::Structure end |