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)


14859
14860
14861
14862
14863
14864
14865
# File 'lib/aws-sdk-glue/types.rb', line 14859

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

#nameString

Name of the workflow being run.

Returns:

  • (String)


14859
14860
14861
14862
14863
14864
14865
# File 'lib/aws-sdk-glue/types.rb', line 14859

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

#run_idString

The ID of the workflow run.

Returns:

  • (String)


14859
14860
14861
14862
14863
14864
14865
# File 'lib/aws-sdk-glue/types.rb', line 14859

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