class Aws::Glue::Types::BatchGetWorkflowsRequest

@note When making an API call, you may pass BatchGetWorkflowsRequest

data as a hash:

    {
      names: ["NameString"], # required
      include_graph: false,
    }

@!attribute [rw] names

A list of workflow names, which may be the names returned from the
`ListWorkflows` operation.
@return [Array<String>]

@!attribute [rw] include_graph

Specifies whether to include a graph when returning the workflow
resource metadata.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/BatchGetWorkflowsRequest AWS API Documentation

Constants

SENSITIVE