Class: Aws::ECS::Types::ListDaemonTaskDefinitionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#daemon_task_definitionsArray<Types::DaemonTaskDefinitionSummary>

The list of daemon task definition summaries.



9995
9996
9997
9998
9999
10000
# File 'lib/aws-sdk-ecs/types.rb', line 9995

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

#next_tokenString

The nextToken value to include in a future ListDaemonTaskDefinitions request. When the results of a ListDaemonTaskDefinitions request exceed maxResults, this value can be used to retrieve the next page of results.

Returns:

  • (String)


9995
9996
9997
9998
9999
10000
# File 'lib/aws-sdk-ecs/types.rb', line 9995

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