You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kinesis::Types::ListTagsForStreamOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents the output for ListTagsForStream.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#has_more_tagsBoolean

If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.

Returns:

  • (Boolean)

    If set to true, more tags are available.

#tagsArray<Types::Tag>

A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

Returns:

  • (Array<Types::Tag>)

    A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.