NAME
Paws::Firehose::ListTagsForDeliveryStreamOutput
ATTRIBUTES
REQUIRED HasMoreTags => Bool
If this is true
in the response, more tags are available. To list the remaining tags, set ExclusiveStartTagKey
to the key of the last tag returned and call ListTagsForDeliveryStream
again.
REQUIRED Tags => ArrayRef[Paws::Firehose::Tag]
A list of tags associated with DeliveryStreamName
, starting with the first tag after ExclusiveStartTagKey
and up to the specified Limit
.