/AWS1/CL_IOTLISTTGSFORRESRCRSP¶
ListTagsForResourceResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IT_TAGS
TYPE /AWS1/CL_IOTTAG=>TT_TAGLIST
TT_TAGLIST
¶
The list of tags assigned to the resource.
IV_NEXTTOKEN
TYPE /AWS1/IOTNEXTTOKEN
/AWS1/IOTNEXTTOKEN
¶
The token to use to get the next set of results, or null if there are no additional results.
Queryable Attributes¶
tags¶
The list of tags assigned to the resource.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
nextToken¶
The token to use to get the next set of results, or null if there are no additional 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 |