Class: Aws::EC2::Types::CreateVpcEncryptionControlResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateVpcEncryptionControlResult
- 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.
16231 16232 16233 16234 16235 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 16231 class CreateVpcEncryptionControlResult < Struct.new( :vpc_encryption_control) SENSITIVE = [] include Aws::Structure end |