50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


paws.analytics (version 0.1.11)

glue_list_workflows: Lists names of workflows created in the account

Description

Lists names of workflows created in the account.

Usage

glue_list_workflows(NextToken, MaxResults)

Arguments

NextToken

A continuation token, if this is a continuation request.

MaxResults

The maximum size of a list to return.

Value

A list with the following syntax:

list(
  Workflows = list(
    "string"
  ),
  NextToken = "string"
)

Request syntax

svc$list_workflows(
  NextToken = "string",
  MaxResults = 123
)