Class: Aws::EC2::Types::ModifyAccountVpcEncryptionControlResult

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

#account_vpc_encryption_controlTypes::AccountVpcEncryptionControl

Information about the account-level VPC Encryption Control configuration.



61265
61266
61267
61268
61269
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61265

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