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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


12351
12352
12353
12354
12355
12356
12357
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12351

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

#nameString

Name of the workflow being run.

Returns:

  • (String)


12351
12352
12353
12354
12355
12356
12357
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12351

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

#run_idString

The ID of the workflow run.

Returns:

  • (String)


12351
12352
12353
12354
12355
12356
12357
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12351

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