Class: Aws::EC2::Types::ModifyEbsDefaultKmsKeyIdResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ModifyEbsDefaultKmsKeyIdResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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 encryption by default.
 
Instance Attribute Details
#kms_key_id ⇒ String
The Amazon Resource Name (ARN) of the default KMS key for encryption by default.
      51297 51298 51299 51300 51301  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 51297 class ModifyEbsDefaultKmsKeyIdResult < Struct.new( :kms_key_id) SENSITIVE = [] include Aws::Structure end  |