/AWS1/CL_FRHLSTTGSFORDELIVER01¶
ListTagsForDeliveryStreamOutput
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_tags
TYPE /AWS1/CL_FRHTAG=>TT_LSTTGSFORDELIVERYSTRMOUTT00
TT_LSTTGSFORDELIVERYSTRMOUTT00
¶
A list of tags associated with
DeliveryStreamName
, starting with the first tag afterExclusiveStartTagKey
and up to the specifiedLimit
.
iv_hasmoretags
TYPE /AWS1/FRHBOOLEANOBJECT
/AWS1/FRHBOOLEANOBJECT
¶
If this is
true
in the response, more tags are available. To list the remaining tags, setExclusiveStartTagKey
to the key of the last tag returned and callListTagsForDeliveryStream
again.
Queryable Attributes¶
Tags¶
A list of tags associated with
DeliveryStreamName
, starting with the first tag afterExclusiveStartTagKey
and up to the specifiedLimit
.
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 |
HasMoreTags¶
If this is
true
in the response, more tags are available. To list the remaining tags, setExclusiveStartTagKey
to the key of the last tag returned and callListTagsForDeliveryStream
again.
Accessible with the following methods¶
Method | Description |
---|---|
GET_HASMORETAGS() |
Getter for HASMORETAGS, with configurable default |
ASK_HASMORETAGS() |
Getter for HASMORETAGS w/ exceptions if field has no value |
HAS_HASMORETAGS() |
Determine if HASMORETAGS has a value |