Class: Aws::Types::GetWorkflowRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkflowRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#include_graph ⇒ Boolean
Returns the value of attribute include_graph.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
Instance Attribute Details
#include_graph ⇒ Boolean
Returns the value of attribute include_graph.
4358 4359 4360 |
# File 'sig/types.rbs', line 4358 def include_graph @include_graph end |
#name ⇒ ::String
Returns the value of attribute name.
4356 4357 4358 |
# File 'sig/types.rbs', line 4356 def name @name end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
4357 4358 4359 |
# File 'sig/types.rbs', line 4357 def run_id @run_id end |