Class: Aws::GameLift::Types::DescribeVpcPeeringConnectionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeVpcPeeringConnectionsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_peering_connections ⇒ Array<Types::VpcPeeringConnection>
A collection of VPC peering connection records that match the request.
Instance Attribute Details
#vpc_peering_connections ⇒ Array<Types::VpcPeeringConnection>
A collection of VPC peering connection records that match the request.
4797 4798 4799 4800 4801 |
# File 'lib/aws-sdk-gamelift/types.rb', line 4797 class DescribeVpcPeeringConnectionsOutput < Struct.new( :vpc_peering_connections) SENSITIVE = [] include Aws::Structure end |