Class: Aws::Types::MinimalWorkflow
- Inherits:
-
Object
- Object
- Aws::Types::MinimalWorkflow
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "activate", ...
Returns the value of attribute action.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#action ⇒ "activate", ...
Returns the value of attribute action.
562 563 564 |
# File 'sig/types.rbs', line 562 def action @action end |
#name ⇒ ::String
Returns the value of attribute name.
563 564 565 |
# File 'sig/types.rbs', line 563 def name @name end |