Class: Aws::EC2::Types::EnableVpcClassicLinkDnsSupportRequest

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_idString

The ID of the VPC.

Returns:

  • (String)


31580
31581
31582
31583
31584
# File 'lib/aws-sdk-ec2/types.rb', line 31580

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