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)


12410
12411
12412
12413
12414
12415
12416
# File 'lib/aws-sdk-glue/types.rb', line 12410

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

#nameString

Name of the workflow being run.

Returns:

  • (String)


12410
12411
12412
12413
12414
12415
12416
# File 'lib/aws-sdk-glue/types.rb', line 12410

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

#run_idString

The ID of the workflow run.

Returns:

  • (String)


12410
12411
12412
12413
12414
12415
12416
# File 'lib/aws-sdk-glue/types.rb', line 12410

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