Class: Aws::ECS::Types::ListDaemonTaskDefinitionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ListDaemonTaskDefinitionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#daemon_task_definitions ⇒ Array<Types::DaemonTaskDefinitionSummary>
The list of daemon task definition summaries.
-
#next_token ⇒ String
The
nextTokenvalue to include in a futureListDaemonTaskDefinitionsrequest.
Instance Attribute Details
#daemon_task_definitions ⇒ Array<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_token ⇒ String
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.
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 |