Class: Aws::Types::GetWorkflowRunsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkflowRunsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#runs ⇒ ::Array[Types::WorkflowRun]
Returns the value of attribute runs.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
4377 4378 4379 |
# File 'sig/types.rbs', line 4377 def next_token @next_token end |
#runs ⇒ ::Array[Types::WorkflowRun]
Returns the value of attribute runs.
4376 4377 4378 |
# File 'sig/types.rbs', line 4376 def runs @runs end |