Skip to content

/AWS1/CL_RGSGETTAGKEYSOUTPUT

GetTagKeysOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_PAGINATIONTOKEN TYPE /AWS1/RGSPAGINATIONTOKEN /AWS1/RGSPAGINATIONTOKEN

A string that indicates that there is more data available than this response contains. To receive the next part of the response, specify this response value as the PaginationToken value in the request for the next page.

IT_TAGKEYS TYPE /AWS1/CL_RGSTAGKEYLIST_W=>TT_TAGKEYLIST TT_TAGKEYLIST

A list of all tag keys in the Amazon Web Services account.


Queryable Attributes

PaginationToken

A string that indicates that there is more data available than this response contains. To receive the next part of the response, specify this response value as the PaginationToken value in the request for the next page.

Accessible with the following methods

Method Description
GET_PAGINATIONTOKEN() Getter for PAGINATIONTOKEN, with configurable default
ASK_PAGINATIONTOKEN() Getter for PAGINATIONTOKEN w/ exceptions if field has no val
HAS_PAGINATIONTOKEN() Determine if PAGINATIONTOKEN has a value

TagKeys

A list of all tag keys in the Amazon Web Services account.

Accessible with the following methods

Method Description
GET_TAGKEYS() Getter for TAGKEYS, with configurable default
ASK_TAGKEYS() Getter for TAGKEYS w/ exceptions if field has no value
HAS_TAGKEYS() Determine if TAGKEYS has a value