You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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>)

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

#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)

    The new ID assigned to the resumed workflow run.