Class: Aws::GameLift::Types::ListContainerFleetsInput

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

#container_group_definition_nameString

The container group definition to filter the list on. Use this parameter to retrieve only those fleets that use the specified container group definition. You can specify the container group definition’s name to get fleets with the latest versions. Alternatively, provide an ARN value to get fleets with a specific version number.

Returns:

  • (String)


7831
7832
7833
7834
7835
7836
7837
# File 'lib/aws-sdk-gamelift/types.rb', line 7831

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


7831
7832
7833
7834
7835
7836
7837
# File 'lib/aws-sdk-gamelift/types.rb', line 7831

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


7831
7832
7833
7834
7835
7836
7837
# File 'lib/aws-sdk-gamelift/types.rb', line 7831

class ListContainerFleetsInput < Struct.new(
  :container_group_definition_name,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end