Class: Aws::EC2::Types::DescribeVpcClassicLinkResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Contains the output of DescribeVpcClassicLink.

Instance Attribute Summary collapse

Instance Attribute Details

#vpcsArray<Types::VpcClassicLink>

The ClassicLink status of one or more VPCs.

Returns:



10961
10962
10963
10964
# File 'lib/aws-sdk-ec2/types.rb', line 10961

class DescribeVpcClassicLinkResult < Struct.new(
  :vpcs)
  include Aws::Structure
end