Class: Aws::GameLift::Types::DescribeVpcPeeringAuthorizationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeVpcPeeringAuthorizationsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_peering_authorizations ⇒ Array<Types::VpcPeeringAuthorization>
A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services account.
Instance Attribute Details
#vpc_peering_authorizations ⇒ Array<Types::VpcPeeringAuthorization>
A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services account.
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 |