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

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



16231
16232
16233
16234
16235
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 16231

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