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.
1667 1668 1669 |
# File 'sig/types.rbs', line 1667 def next_token @next_token end |
#task_definition_arns ⇒ ::Array[::String]
Returns the value of attribute task_definition_arns.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def task_definition_arns @task_definition_arns end |