Class: Aws::GameLift::Types::DescribeFleetCapacityOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_capacityArray<Types::FleetCapacity>

A collection of objects that contains capacity information for each requested fleet ID. Capacity objects are returned only for fleets that currently exist. Changes in desired instance value can take up to 1 minute to be reflected.

Returns:



3773
3774
3775
3776
3777
3778
# File 'lib/aws-sdk-gamelift/types.rb', line 3773

class DescribeFleetCapacityOutput < Struct.new(
  :fleet_capacity,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.

Returns:

  • (String)


3773
3774
3775
3776
3777
3778
# File 'lib/aws-sdk-gamelift/types.rb', line 3773

class DescribeFleetCapacityOutput < Struct.new(
  :fleet_capacity,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end