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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_peering_connectionsArray<Types::VpcPeeringConnection>

Information about the VPC peering connections.

Returns:



17039
17040
17041
17042
# File 'lib/aws-sdk-ec2/types.rb', line 17039

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