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.
4406 4407 4408 |
# File 'sig/types.rbs', line 4406 def next_token @next_token end |
#runs ⇒ ::Array[Types::WorkflowRun]
Returns the value of attribute runs.
4405 4406 4407 |
# File 'sig/types.rbs', line 4405 def runs @runs end |