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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_peering_connectionsArray<Types::VpcPeeringConnection>

A collection of VPC peering connection records that match the request.

Returns:



3566
3567
3568
3569
3570
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3566

class DescribeVpcPeeringConnectionsOutput < Struct.new(
  :vpc_peering_connections)
  SENSITIVE = []
  include Aws::Structure
end