ListTagsForDeliveryStreamOutput class

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<Tag>
A list of tags associated with DeliveryStreamName, 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