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.
4335 4336 4337 |
# File 'sig/types.rbs', line 4335 def include_graph @include_graph end |
#name ⇒ ::String
Returns the value of attribute name.
4334 4335 4336 |
# File 'sig/types.rbs', line 4334 def name @name end |