Class: Aws::EC2::Types::ModifyAccountVpcEncryptionControlResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyAccountVpcEncryptionControlResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_vpc_encryption_control ⇒ Types::AccountVpcEncryptionControl
Information about the account-level VPC Encryption Control configuration.
Instance Attribute Details
#account_vpc_encryption_control ⇒ Types::AccountVpcEncryptionControl
Information about the account-level VPC Encryption Control configuration.
61265 61266 61267 61268 61269 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61265 class ModifyAccountVpcEncryptionControlResult < Struct.new( :account_vpc_encryption_control) SENSITIVE = [] include Aws::Structure end |