Class: Aws::Types::ResumeWorkflowRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::ResumeWorkflowRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#node_ids ⇒ ::Array[::String]
Returns the value of attribute node_ids.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
6353 6354 6355 |
# File 'sig/types.rbs', line 6353 def name @name end |
#node_ids ⇒ ::Array[::String]
Returns the value of attribute node_ids.
6355 6356 6357 |
# File 'sig/types.rbs', line 6355 def node_ids @node_ids end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
6354 6355 6356 |
# File 'sig/types.rbs', line 6354 def run_id @run_id end |