Class: Aws::Types::StartWorkflowRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartWorkflowRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#run_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute run_properties.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
7323 7324 7325 |
# File 'sig/types.rbs', line 7323 def name @name end |
#run_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute run_properties.
7324 7325 7326 |
# File 'sig/types.rbs', line 7324 def run_properties @run_properties end |