/AWS1/CL_SYNDESCRCANARIESRSP¶
DescribeCanariesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_canaries TYPE /AWS1/CL_SYNCANARY=>TT_CANARIES TT_CANARIES¶
Returns an array. Each item in the array contains the full information about one 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
DescribeCanariesoperation to retrieve the next set of results.
Queryable Attributes¶
Canaries¶
Returns an array. Each item in the array contains the full information about one canary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CANARIES() |
Getter for CANARIES, with configurable default |
ASK_CANARIES() |
Getter for CANARIES w/ exceptions if field has no value |
HAS_CANARIES() |
Determine if CANARIES has a value |
NextToken¶
A token that indicates that there is more data available. You can use this token in a subsequent
DescribeCanariesoperation 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 |