Class: Aws::GameLift::Types::ListContainerFleetsOutput

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

#container_fleetsArray<Types::ContainerFleet>

A collection of container fleet objects for all fleets that match the request criteria.

Returns:



7996
7997
7998
7999
8000
8001
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 7996

class ListContainerFleetsOutput < Struct.new(
  :container_fleets,
  :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)


7996
7997
7998
7999
8000
8001
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 7996

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