Class: Aws::GameLift::Types::DescribeVpcPeeringConnectionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeVpcPeeringConnectionsOutput
- Defined in:
- gems/aws-sdk-gamelift/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.
3530 3531 3532 3533 3534 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3530 class DescribeVpcPeeringConnectionsOutput < Struct.new( :vpc_peering_connections) SENSITIVE = [] include Aws::Structure end |