Class: Aws::EC2::Types::DescribeVpcClassicLinkResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeVpcClassicLinkResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpcs ⇒ Array<Types::VpcClassicLink>
The ClassicLink status of the VPCs.
Instance Attribute Details
#vpcs ⇒ Array<Types::VpcClassicLink>
The ClassicLink status of the VPCs.
29571 29572 29573 29574 29575 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29571 class DescribeVpcClassicLinkResult < Struct.new( :vpcs) SENSITIVE = [] include Aws::Structure end |