Class: Aws::Types::ListTaskInstancesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTaskInstancesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
175 176 177 |
# File 'sig/types.rbs', line 175 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
176 177 178 |
# File 'sig/types.rbs', line 176 def next_token @next_token end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
174 175 176 |
# File 'sig/types.rbs', line 174 def run_id @run_id end |
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
173 174 175 |
# File 'sig/types.rbs', line 173 def workflow_arn @workflow_arn end |