Class: Aws::Glue::Types::GetWorkflowRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetWorkflowRunRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#include_graph ⇒ Boolean
Specifies whether to include the workflow graph in response or not.
-
#name ⇒ String
Name of the workflow being run.
-
#run_id ⇒ String
The ID of the workflow run.
Instance Attribute Details
#include_graph ⇒ Boolean
Specifies whether to include the workflow graph in response or not.
13189 13190 13191 13192 13193 13194 13195 |
# File 'lib/aws-sdk-glue/types.rb', line 13189 class GetWorkflowRunRequest < Struct.new( :name, :run_id, :include_graph) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the workflow being run.
13189 13190 13191 13192 13193 13194 13195 |
# File 'lib/aws-sdk-glue/types.rb', line 13189 class GetWorkflowRunRequest < Struct.new( :name, :run_id, :include_graph) SENSITIVE = [] include Aws::Structure end |
#run_id ⇒ String
The ID of the workflow run.
13189 13190 13191 13192 13193 13194 13195 |
# File 'lib/aws-sdk-glue/types.rb', line 13189 class GetWorkflowRunRequest < Struct.new( :name, :run_id, :include_graph) SENSITIVE = [] include Aws::Structure end |