Class: Aws::EC2::Types::EnableVpcClassicLinkDnsSupportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EnableVpcClassicLinkDnsSupportRequest
- 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.
34010 34011 34012 34013 34014 |
# File 'lib/aws-sdk-ec2/types.rb', line 34010 class EnableVpcClassicLinkDnsSupportRequest < Struct.new( :vpc_id) SENSITIVE = [] include Aws::Structure end |