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.



17150
17151
17152
17153
17154
# File 'lib/aws-sdk-ec2/types.rb', line 17150

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