Class: Aws::EC2::Types::DescribeAccountVpcEncryptionControlResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_vpc_encryption_controlTypes::AccountVpcEncryptionControl

Information about the account-level VPC Encryption Control configuration.



23007
23008
23009
23010
23011
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 23007

class DescribeAccountVpcEncryptionControlResult < Struct.new(
  :account_vpc_encryption_control)
  SENSITIVE = []
  include Aws::Structure
end