Class: Aws::Glue::Types::BatchGetWorkflowsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchGetWorkflowsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#include_graph ⇒ Boolean
Specifies whether to include a graph when returning the workflow resource metadata.
-
#names ⇒ Array<String>
A list of workflow names, which may be the names returned from the ‘ListWorkflows` operation.
Instance Attribute Details
#include_graph ⇒ Boolean
Specifies whether to include a graph when returning the workflow resource metadata.
1234 1235 1236 1237 1238 1239 |
# File 'lib/aws-sdk-glue/types.rb', line 1234 class BatchGetWorkflowsRequest < Struct.new( :names, :include_graph) SENSITIVE = [] include Aws::Structure end |
#names ⇒ Array<String>
A list of workflow names, which may be the names returned from the ‘ListWorkflows` operation.
1234 1235 1236 1237 1238 1239 |
# File 'lib/aws-sdk-glue/types.rb', line 1234 class BatchGetWorkflowsRequest < Struct.new( :names, :include_graph) SENSITIVE = [] include Aws::Structure end |