Skip to content

/AWS1/CL_SFNLISTMAPRUNSOUTPUT

ListMapRunsOutput

CONSTRUCTOR

IMPORTING

Required arguments:

IT_MAPRUNS TYPE /AWS1/CL_SFNMAPRUNLISTITEM=>TT_MAPRUNLIST TT_MAPRUNLIST

An array that lists information related to a Map Run, such as the Amazon Resource Name (ARN) of the Map Run and the ARN of the state machine that started the Map Run.

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/SFNPAGETOKEN /AWS1/SFNPAGETOKEN

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.


Queryable Attributes

mapRuns

An array that lists information related to a Map Run, such as the Amazon Resource Name (ARN) of the Map Run and the ARN of the state machine that started the Map Run.

Accessible with the following methods

Method Description
GET_MAPRUNS() Getter for MAPRUNS, with configurable default
ASK_MAPRUNS() Getter for MAPRUNS w/ exceptions if field has no value
HAS_MAPRUNS() Determine if MAPRUNS has a value

nextToken

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value