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.
7281 7282 7283 |
# File 'sig/types.rbs', line 7281 def name @name end |
#run_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute run_properties.
7282 7283 7284 |
# File 'sig/types.rbs', line 7282 def run_properties @run_properties end |