Class: Aws::EC2::Types::CreateVpcEncryptionControlResult

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 VPC Encryption Control configuration.



16742
16743
16744
16745
16746
# File 'lib/aws-sdk-ec2/types.rb', line 16742

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