ListStreamsOutput class

Constructors

ListStreamsOutput({String? nextToken, List<StreamInfo>? streamInfoList})
ListStreamsOutput.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nextToken String?
If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamInfoList List<StreamInfo>?
An array of StreamInfo objects.
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