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.
6177 6178 6179 |
# File 'sig/types.rbs', line 6177 def name @name end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
6178 6179 6180 |
# File 'sig/types.rbs', line 6178 def run_id @run_id end |
#run_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute run_properties.
6179 6180 6181 |
# File 'sig/types.rbs', line 6179 def run_properties @run_properties end |