Class: Aws::EC2::Types::ModifyVpcEncryptionControlResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyVpcEncryptionControlResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_encryption_control ⇒ Types::VpcEncryptionControl
Information about the VPC Encryption Control configuration.
Instance Attribute Details
#vpc_encryption_control ⇒ Types::VpcEncryptionControl
Information about the VPC Encryption Control configuration.
65784 65785 65786 65787 65788 |
# File 'lib/aws-sdk-ec2/types.rb', line 65784 class ModifyVpcEncryptionControlResult < Struct.new( :vpc_encryption_control) SENSITIVE = [] include Aws::Structure end |