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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



21061
21062
21063
21064
21065
# File 'lib/aws-sdk-ec2/types.rb', line 21061

class DeleteVpcEncryptionControlResult < Struct.new(
  :vpc_encryption_control)
  SENSITIVE = []
  include Aws::Structure
end