Skip to content

/AWS1/CL_KNVLISTTAGSFORSTRMOUT

ListTagsForStreamOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/KNVNEXTTOKEN /AWS1/KNVNEXTTOKEN

If you specify this parameter and the result of a ListTags call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.

IT_TAGS TYPE /AWS1/CL_KNVRESOURCETAGS_W=>TT_RESOURCETAGS TT_RESOURCETAGS

A map of tag keys and values associated with the specified stream.


Queryable Attributes

NextToken

If you specify this parameter and the result of a ListTags call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.

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

Tags

A map of tag keys and values associated with the specified stream.

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