Class: Aws::EC2::Types::VerifiedAccessSseSpecificationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VerifiedAccessSseSpecificationResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
The options in use for server side encryption.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #customer_managed_key_enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether customer managed KMS keys are in use for server side encryption.
 - 
  
    
      #kms_key_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the KMS key.
 
Instance Attribute Details
#customer_managed_key_enabled ⇒ Boolean
Indicates whether customer managed KMS keys are in use for server side encryption.
Valid values: ‘True` | `False`
      72902 72903 72904 72905 72906 72907  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72902 class VerifiedAccessSseSpecificationResponse < Struct.new( :customer_managed_key_enabled, :kms_key_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#kms_key_arn ⇒ String
The ARN of the KMS key.
      72902 72903 72904 72905 72906 72907  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72902 class VerifiedAccessSseSpecificationResponse < Struct.new( :customer_managed_key_enabled, :kms_key_arn) SENSITIVE = [] include Aws::Structure end  |