Class: Aws::GameLift::Types::DescribeVpcPeeringAuthorizationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeVpcPeeringAuthorizationsOutput
- Defined in:
- gems/aws-sdk-gamelift/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 AWS account.
Instance Attribute Details
#vpc_peering_authorizations ⇒ Array<Types::VpcPeeringAuthorization>
A collection of objects that describe all valid VPC peering operations for the current AWS account.
3579 3580 3581 3582 3583 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3579 class DescribeVpcPeeringAuthorizationsOutput < Struct.new( :vpc_peering_authorizations) SENSITIVE = [] include Aws::Structure end |