Skip to content

/AWS1/CL_SYNDSCCANARIESLASTR02

DescribeCanariesLastRunResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_CANARIESLASTRUN TYPE /AWS1/CL_SYNCANARYLASTRUN=>TT_CANARIESLASTRUN TT_CANARIESLASTRUN

An array that contains the information from the most recent run of each canary.

IV_NEXTTOKEN TYPE /AWS1/SYNTOKEN /AWS1/SYNTOKEN

A token that indicates that there is more data available. You can use this token in a subsequent DescribeCanariesLastRun operation to retrieve the next set of results.


Queryable Attributes

CanariesLastRun

An array that contains the information from the most recent run of each canary.

Accessible with the following methods

Method Description
GET_CANARIESLASTRUN() Getter for CANARIESLASTRUN, with configurable default
ASK_CANARIESLASTRUN() Getter for CANARIESLASTRUN w/ exceptions if field has no val
HAS_CANARIESLASTRUN() Determine if CANARIESLASTRUN has a value

NextToken

A token that indicates that there is more data available. You can use this token in a subsequent DescribeCanariesLastRun operation to retrieve the next set of results.

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