Class: Aws::Glue::Types::GetWorkflowRequest

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 a graph when returning the workflow resource metadata.

Returns:

  • (Boolean)


12348
12349
12350
12351
12352
12353
# File 'lib/aws-sdk-glue/types.rb', line 12348

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

#nameString

The name of the workflow to retrieve.

Returns:

  • (String)


12348
12349
12350
12351
12352
12353
# File 'lib/aws-sdk-glue/types.rb', line 12348

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