Skip to content

/AWS1/CL_TSQLISTTGSFORRESRCRSP

ListTagsForResourceResponse

CONSTRUCTOR

IMPORTING

Required arguments:

IT_TAGS TYPE /AWS1/CL_TSQTAG=>TT_TAGLIST TT_TAGLIST

The tags currently associated with the Timestream resource.

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/TSQNEXTTGSFORRESRCRSSTOK /AWS1/TSQNEXTTGSFORRESRCRSSTOK

A pagination token to resume pagination with a subsequent call to ListTagsForResourceResponse.


Queryable Attributes

Tags

The tags currently associated with the Timestream 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

A pagination token to resume pagination with a subsequent call to ListTagsForResourceResponse.

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