Class: Aws::Types::PutWorkflowRunPropertiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutWorkflowRunPropertiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#run_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute run_properties.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
6135 6136 6137 |
# File 'sig/types.rbs', line 6135 def name @name end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
6136 6137 6138 |
# File 'sig/types.rbs', line 6136 def run_id @run_id end |
#run_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute run_properties.
6137 6138 6139 |
# File 'sig/types.rbs', line 6137 def run_properties @run_properties end |