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.
6167 6168 6169 |
# File 'sig/types.rbs', line 6167 def name @name end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
6168 6169 6170 |
# File 'sig/types.rbs', line 6168 def run_id @run_id end |
#run_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute run_properties.
6169 6170 6171 |
# File 'sig/types.rbs', line 6169 def run_properties @run_properties end |