Class: Aws::Types::GetWorkflowRunsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkflowRunsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#include_graph ⇒ Boolean
Returns the value of attribute include_graph.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#include_graph ⇒ Boolean
Returns the value of attribute include_graph.
4369 4370 4371 |
# File 'sig/types.rbs', line 4369 def include_graph @include_graph end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4371 4372 4373 |
# File 'sig/types.rbs', line 4371 def max_results @max_results end |
#name ⇒ ::String
Returns the value of attribute name.
4368 4369 4370 |
# File 'sig/types.rbs', line 4368 def name @name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4370 4371 4372 |
# File 'sig/types.rbs', line 4370 def next_token @next_token end |