Method: Aws::GameLift::Types::DescribeVpcPeeringAuthorizationsOutput#vpc_peering_authorizations
- Defined in:
- lib/aws-sdk-gamelift/types.rb
#vpc_peering_authorizations ⇒ Array<Types::VpcPeeringAuthorization>
A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services account.
4988 4989 4990 4991 4992 |
# File 'lib/aws-sdk-gamelift/types.rb', line 4988 class DescribeVpcPeeringAuthorizationsOutput < Struct.new( :vpc_peering_authorizations) SENSITIVE = [] include Aws::Structure end |