Class: Aws::EC2::Types::EnableEbsEncryptionByDefaultResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EnableEbsEncryptionByDefaultResult
- 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.
32210 32211 32212 32213 32214 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32210 class EnableEbsEncryptionByDefaultResult < Struct.new( :ebs_encryption_by_default) SENSITIVE = [] include Aws::Structure end |