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.
4388 4389 4390 |
# File 'sig/types.rbs', line 4388 def include_graph @include_graph end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4390 4391 4392 |
# File 'sig/types.rbs', line 4390 def max_results @max_results end |
#name ⇒ ::String
Returns the value of attribute name.
4387 4388 4389 |
# File 'sig/types.rbs', line 4387 def name @name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4389 4390 4391 |
# File 'sig/types.rbs', line 4389 def next_token @next_token end |