Class: Aws::EC2::Types::DisableVpcClassicLinkDnsSupportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisableVpcClassicLinkDnsSupportRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_id ⇒ String
The ID of the VPC.
Instance Attribute Details
#vpc_id ⇒ String
The ID of the VPC.
31471 31472 31473 31474 31475 |
# File 'lib/aws-sdk-ec2/types.rb', line 31471 class DisableVpcClassicLinkDnsSupportRequest < Struct.new( :vpc_id) SENSITIVE = [] include Aws::Structure end |