Class: Aws::Glue::Types::GetWorkflowRunRequest

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

#include_graphBoolean

Specifies whether to include the workflow graph in response or not.

Returns:

  • (Boolean)


12418
12419
12420
12421
12422
12423
12424
# File 'lib/aws-sdk-glue/types.rb', line 12418

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

#nameString

Name of the workflow being run.

Returns:

  • (String)


12418
12419
12420
12421
12422
12423
12424
# File 'lib/aws-sdk-glue/types.rb', line 12418

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

#run_idString

The ID of the workflow run.

Returns:

  • (String)


12418
12419
12420
12421
12422
12423
12424
# File 'lib/aws-sdk-glue/types.rb', line 12418

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