class Aws::Glue::Types::ResumeWorkflowRunRequest

@note When making an API call, you may pass ResumeWorkflowRunRequest

data as a hash:

    {
      name: "NameString", # required
      run_id: "IdString", # required
      node_ids: ["NameString"], # required
    }

@!attribute [rw] name

The name of the workflow to resume.
@return [String]

@!attribute [rw] run_id

The ID of the workflow run to resume.
@return [String]

@!attribute [rw] node_ids

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.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ResumeWorkflowRunRequest AWS API Documentation

Constants

SENSITIVE