Class: Aws::GameLift::Types::DescribeFleetLocationUtilizationInput

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 to request location utilization for. You can use either the fleet ID or ARN value.

Returns:

  • (String)


2659
2660
2661
2662
2663
2664
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2659

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

#locationString

The fleet location to retrieve utilization information for. Specify a location in the form of an Amazon Web Services Region code, such as us-west-2.

Returns:

  • (String)


2659
2660
2661
2662
2663
2664
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2659

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