ListTagsForStreamOutput class

Represents the output for ListTagsForStream.

Constructors

ListTagsForStreamOutput({required bool hasMoreTags, required List<Tag> tags})
ListTagsForStreamOutput.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
hasMoreTags bool
If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<Tag>
A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited