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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



4977
4978
4979
4980
4981
# File 'lib/aws-sdk-gamelift/types.rb', line 4977

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