Class: Aws::Types::GetWorkflowRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkflowRequest
- 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.
Instance Attribute Details
#include_graph ⇒ Boolean
Returns the value of attribute include_graph.
4364 4365 4366 |
# File 'sig/types.rbs', line 4364 def include_graph @include_graph end |
#name ⇒ ::String
Returns the value of attribute name.
4363 4364 4365 |
# File 'sig/types.rbs', line 4363 def name @name end |