list_workflows
(**kwargs)¶Lists names of workflows created in the account.
See also: AWS API Documentation
Request Syntax
response = client.list_workflows(
NextToken='string',
MaxResults=123
)
dict
Response Syntax
{
'Workflows': [
'string',
],
'NextToken': 'string'
}
Response Structure
(dict) --
Workflows (list) --
List of names of workflows in the account.
NextToken (string) --
A continuation token, if not all workflow names have been returned.
Exceptions
Glue.Client.exceptions.InvalidInputException
Glue.Client.exceptions.InternalServiceException
Glue.Client.exceptions.OperationTimeoutException