Learn R Programming

paws.analytics (version 0.1.7)

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.

Request syntax

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