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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_peering_authorizationsArray<Types::VpcPeeringAuthorization>

Collection of objects that describe all valid VPC peering operations for the current AWS account.

Returns:



2491
2492
2493
2494
# File 'lib/aws-sdk-gamelift/types.rb', line 2491

class DescribeVpcPeeringAuthorizationsOutput < Struct.new(
  :vpc_peering_authorizations)
  include Aws::Structure
end