/AWS1/CL_SYNLISTGROUPRESRCSRSP¶
ListGroupResourcesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_resources TYPE /AWS1/CL_SYNSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST¶
An array of ARNs. These ARNs are for the canaries that are associated with the group.
iv_nexttoken TYPE /AWS1/SYNPAGINATIONTOKEN /AWS1/SYNPAGINATIONTOKEN¶
A token that indicates that there is more data available. You can use this token in a subsequent
ListGroupResourcesoperation to retrieve the next set of results.
Queryable Attributes¶
Resources¶
An array of ARNs. These ARNs are for the canaries that are associated with the group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCES() |
Getter for RESOURCES, with configurable default |
ASK_RESOURCES() |
Getter for RESOURCES w/ exceptions if field has no value |
HAS_RESOURCES() |
Determine if RESOURCES has a value |
NextToken¶
A token that indicates that there is more data available. You can use this token in a subsequent
ListGroupResourcesoperation 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 |