Learn R Programming

paws.analytics (version 0.1.12)

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)

Value

A list with the following syntax:

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

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
)