Class: Aws::EC2::Types::ModifyVpcEncryptionControlResult

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.



65063
65064
65065
65066
65067
# File 'lib/aws-sdk-ec2/types.rb', line 65063

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