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:



11209
11210
11211
11212
# File 'lib/aws-sdk-ec2/types.rb', line 11209

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