ListStreamsOutput class

Represents the output of a ListStreams operation.

Constructors

ListStreamsOutput({String? lastEvaluatedStreamArn, List<Stream>? streams})
ListStreamsOutput.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
lastEvaluatedStreamArn String?
The stream ARN of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streams List<Stream>?
A list of stream descriptors associated with the current account and endpoint.
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