Class: Aws::GameLift::Types::DescribeVpcPeeringAuthorizationsOutput

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_authorizationsArray<Types::VpcPeeringAuthorization>

A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services account.

Returns:



4876
4877
4878
4879
4880
# File 'lib/aws-sdk-gamelift/types.rb', line 4876

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