Class: Aws::EC2::Types::DeleteVpcEncryptionControlResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_encryption_controlTypes::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