Skip to content

/AWS1/CL_CFSLISTTGSFORRESRCRSP

ListTagsForResourceResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_TAGS TYPE /AWS1/CL_CFSTAG=>TT_TAGLIST TT_TAGLIST

The tags for the resource.

IV_NEXTTOKEN TYPE /AWS1/CFSNEXTTOKEN /AWS1/CFSNEXTTOKEN

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.


Queryable Attributes

Tags

The tags for 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 nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

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