Class: Aws::GameLift::Types::DescribeVpcPeeringConnectionsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_idString

A unique identifier for the fleet. You can use either the fleet ID or ARN value.

Returns:

  • (String)


3548
3549
3550
3551
3552
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3548

class DescribeVpcPeeringConnectionsInput < Struct.new(
  :fleet_id)
  SENSITIVE = []
  include Aws::Structure
end