Class: Aws::Glue::Types::BatchGetWorkflowsRequest

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

Returns:

  • (Boolean)


1127
1128
1129
1130
1131
1132
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1127

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

#namesArray<String>

A list of workflow names, which may be the names returned from the ListWorkflows operation.

Returns:

  • (Array<String>)


1127
1128
1129
1130
1131
1132
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1127

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