Class: Aws::EC2::Types::DescribeAccountVpcEncryptionControlResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeAccountVpcEncryptionControlResult
- 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.
21858 21859 21860 21861 21862 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 21858 class DescribeAccountVpcEncryptionControlResult < Struct.new( :account_vpc_encryption_control) SENSITIVE = [] include Aws::Structure end |