Class: Aws::EC2::Types::DeleteVpcEncryptionControlResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteVpcEncryptionControlResult
- 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 deleted VPC Encryption Control configuration.
Instance Attribute Details
#vpc_encryption_control ⇒ Types::VpcEncryptionControl
Information about the deleted VPC Encryption Control configuration.
20125 20126 20127 20128 20129 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 20125 class DeleteVpcEncryptionControlResult < Struct.new( :vpc_encryption_control) SENSITIVE = [] include Aws::Structure end |