Class: Aws::EC2::Types::CreateVpcEncryptionControlResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateVpcEncryptionControlResult
- 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.
16556 16557 16558 16559 16560 |
# File 'lib/aws-sdk-ec2/types.rb', line 16556 class CreateVpcEncryptionControlResult < Struct.new( :vpc_encryption_control) SENSITIVE = [] include Aws::Structure end |