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)


11489
11490
11491
11492
11493
11494
11495
# File 'lib/aws-sdk-glue/types.rb', line 11489

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

#nameString

Name of the workflow being run.

Returns:

  • (String)


11489
11490
11491
11492
11493
11494
11495
# File 'lib/aws-sdk-glue/types.rb', line 11489

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

#run_idString

The ID of the workflow run.

Returns:

  • (String)


11489
11490
11491
11492
11493
11494
11495
# File 'lib/aws-sdk-glue/types.rb', line 11489

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