Class: Aws::Glue::Types::ResumeWorkflowRunResponse

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

#node_idsArray<String>

A list of the node IDs for the nodes that were actually restarted.

Returns:

  • (Array<String>)


17666
17667
17668
17669
17670
17671
# File 'lib/aws-sdk-glue/types.rb', line 17666

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

#run_idString

The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.

Returns:

  • (String)


17666
17667
17668
17669
17670
17671
# File 'lib/aws-sdk-glue/types.rb', line 17666

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