Class: Aws::EC2::Types::DescribeVpcPeeringConnectionsResult

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

Overview

Contains the output of DescribeVpcPeeringConnections.

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_peering_connectionsArray<Types::VpcPeeringConnection>

Information about the VPC peering connections.

Returns:



13840
13841
13842
13843
# File 'lib/aws-sdk-ec2/types.rb', line 13840

class DescribeVpcPeeringConnectionsResult < Struct.new(
  :vpc_peering_connections)
  include Aws::Structure
end