Class: Aws::GameLift::Types::ListContainerGroupDefinitionsInput

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

#limitInteger

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

Returns:

  • (Integer)


7280
7281
7282
7283
7284
7285
7286
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 7280

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


7280
7281
7282
7283
7284
7285
7286
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 7280

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

#scheduling_strategyString

The type of container group definitions to retrieve.

  • DAEMON -- Daemon container groups run background processes and are deployed once per fleet instance.

  • REPLICA -- Replica container groups run your game server application and supporting software. Replica groups might be deployed multiple times per fleet instance.

Returns:

  • (String)


7280
7281
7282
7283
7284
7285
7286
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 7280

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