Class: Aws::Types::ListTaskDefinitionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTaskDefinitionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#task_definition_arns ⇒ ::Array[::String]
Returns the value of attribute task_definition_arns.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1683 1684 1685 |
# File 'sig/types.rbs', line 1683 def next_token @next_token end |
#task_definition_arns ⇒ ::Array[::String]
Returns the value of attribute task_definition_arns.
1682 1683 1684 |
# File 'sig/types.rbs', line 1682 def task_definition_arns @task_definition_arns end |