Class: Aws::GameLift::Types::ListFleetsInput

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

#build_idString

A unique identifier for the build to request fleets for. Use this parameter to return only fleets using a specified build. Use either the build ID or ARN value.

Returns:

  • (String)


6055
6056
6057
6058
6059
6060
6061
6062
# File 'lib/aws-sdk-gamelift/types.rb', line 6055

class ListFleetsInput < Struct.new(
  :build_id,
  :script_id,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

The maximum number of results to return. Use this parameter with ‘NextToken` to get results as a set of sequential pages.

Returns:

  • (Integer)


6055
6056
6057
6058
6059
6060
6061
6062
# File 'lib/aws-sdk-gamelift/types.rb', line 6055

class ListFleetsInput < Struct.new(
  :build_id,
  :script_id,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.

Returns:

  • (String)


6055
6056
6057
6058
6059
6060
6061
6062
# File 'lib/aws-sdk-gamelift/types.rb', line 6055

class ListFleetsInput < Struct.new(
  :build_id,
  :script_id,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#script_idString

A unique identifier for the Realtime script to request fleets for. Use this parameter to return only fleets using a specified script. Use either the script ID or ARN value.

Returns:

  • (String)


6055
6056
6057
6058
6059
6060
6061
6062
# File 'lib/aws-sdk-gamelift/types.rb', line 6055

class ListFleetsInput < Struct.new(
  :build_id,
  :script_id,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end