Class: Aws::EC2::Types::DisableEbsEncryptionByDefaultResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::DisableEbsEncryptionByDefaultResult
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #ebs_encryption_by_default  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The updated status of encryption by default. 
Instance Attribute Details
#ebs_encryption_by_default ⇒ Boolean
The updated status of encryption by default.
| 34499 34500 34501 34502 34503 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34499 class DisableEbsEncryptionByDefaultResult < Struct.new( :ebs_encryption_by_default) SENSITIVE = [] include Aws::Structure end |