Class: Aws::GameLift::Types::DescribeVpcPeeringConnectionsOutput

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

Overview

Represents the returned data in response to a request action.

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_peering_connectionsArray<Types::VpcPeeringConnection>

Collection of VPC peering connection records that match the request.

Returns:



2524
2525
2526
2527
# File 'lib/aws-sdk-gamelift/types.rb', line 2524

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