Class: Aws::Glue::Types::ResumeWorkflowRunRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the workflow to resume.

Returns:

  • (String)


17647
17648
17649
17650
17651
17652
17653
# File 'lib/aws-sdk-glue/types.rb', line 17647

class ResumeWorkflowRunRequest < Struct.new(
  :name,
  :run_id,
  :node_ids)
  SENSITIVE = []
  include Aws::Structure
end

#node_idsArray<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.

Returns:

  • (Array<String>)


17647
17648
17649
17650
17651
17652
17653
# File 'lib/aws-sdk-glue/types.rb', line 17647

class ResumeWorkflowRunRequest < Struct.new(
  :name,
  :run_id,
  :node_ids)
  SENSITIVE = []
  include Aws::Structure
end

#run_idString

The ID of the workflow run to resume.

Returns:

  • (String)


17647
17648
17649
17650
17651
17652
17653
# File 'lib/aws-sdk-glue/types.rb', line 17647

class ResumeWorkflowRunRequest < Struct.new(
  :name,
  :run_id,
  :node_ids)
  SENSITIVE = []
  include Aws::Structure
end