Class: Aws::Glue::Types::ResumeWorkflowRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ResumeWorkflowRunResponse
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#node_ids ⇒ Array<String>
A list of the node IDs for the nodes that were actually restarted.
-
#run_id ⇒ String
The new ID assigned to the resumed workflow run.
Instance Attribute Details
#node_ids ⇒ Array<String>
A list of the node IDs for the nodes that were actually restarted.
17329 17330 17331 17332 17333 17334 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17329 class ResumeWorkflowRunResponse < Struct.new( :run_id, :node_ids) SENSITIVE = [] include Aws::Structure end |
#run_id ⇒ String
The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.
17329 17330 17331 17332 17333 17334 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17329 class ResumeWorkflowRunResponse < Struct.new( :run_id, :node_ids) SENSITIVE = [] include Aws::Structure end |