Class: Aws::EC2::Types::ModifyVpcEncryptionControlResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyVpcEncryptionControlResult
- Defined in:
- gems/aws-sdk-ec2/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.
63647 63648 63649 63650 63651 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63647 class ModifyVpcEncryptionControlResult < Struct.new( :vpc_encryption_control) SENSITIVE = [] include Aws::Structure end |