Skip to content

/AWS1/CL_SSALISTTGSFORRESRCRSP

ListTagsForResourceResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_TAGS TYPE /AWS1/CL_SSATAG=>TT_TAGLIST TT_TAGLIST

A set of key-value pairs that are used to manage the resource.

IV_NEXTTOKEN TYPE /AWS1/SSATOKEN /AWS1/SSATOKEN

The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.


Queryable Attributes

Tags

A set of key-value pairs that are used to manage 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 pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.

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