glue_batch_get_workflows {paws.analytics} | R Documentation |
Returns a list of resource metadata for a given list of workflow names
Description
Returns a list of resource metadata for a given list of workflow names. After calling the list_workflows
operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.
See https://www.paws-r-sdk.com/docs/glue_batch_get_workflows/ for full documentation.
Usage
glue_batch_get_workflows(Names, IncludeGraph = NULL)
Arguments
Names |
[required] A list of workflow names, which may be the names returned from the
|
IncludeGraph |
Specifies whether to include a graph when returning the workflow resource metadata. |
[Package paws.analytics version 0.7.0 Index]