Class: Aws::Types::ResumeWorkflowRunResponse
- Inherits:
-
Object
- Object
- Aws::Types::ResumeWorkflowRunResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#node_ids ⇒ ::Array[::String]
Returns the value of attribute node_ids.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
Instance Attribute Details
#node_ids ⇒ ::Array[::String]
Returns the value of attribute node_ids.
6403 6404 6405 |
# File 'sig/types.rbs', line 6403 def node_ids @node_ids end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
6402 6403 6404 |
# File 'sig/types.rbs', line 6402 def run_id @run_id end |