Class: Aws::EC2::Types::DisableVpcClassicLinkDnsSupportRequest

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_idString

The ID of the VPC.

Returns:

  • (String)


29125
29126
29127
29128
29129
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29125

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