Class: Aws::Glue::Types::ResumeWorkflowRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ResumeWorkflowRunRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the workflow to resume.
-
#node_ids ⇒ Array<String>
A list of the node IDs for the nodes you want to restart.
-
#run_id ⇒ String
The ID of the workflow run to resume.
Instance Attribute Details
#name ⇒ String
The name of the workflow to resume.
19076 19077 19078 19079 19080 19081 19082 |
# File 'lib/aws-sdk-glue/types.rb', line 19076 class ResumeWorkflowRunRequest < Struct.new( :name, :run_id, :node_ids) SENSITIVE = [] include Aws::Structure end |
#node_ids ⇒ Array<String>
A list of the node IDs for the nodes you want to restart. The nodes that are to be restarted must have a run attempt in the original run.
19076 19077 19078 19079 19080 19081 19082 |
# File 'lib/aws-sdk-glue/types.rb', line 19076 class ResumeWorkflowRunRequest < Struct.new( :name, :run_id, :node_ids) SENSITIVE = [] include Aws::Structure end |
#run_id ⇒ String
The ID of the workflow run to resume.
19076 19077 19078 19079 19080 19081 19082 |
# File 'lib/aws-sdk-glue/types.rb', line 19076 class ResumeWorkflowRunRequest < Struct.new( :name, :run_id, :node_ids) SENSITIVE = [] include Aws::Structure end |