ListStreamConsumersOutput class

Constructors

ListStreamConsumersOutput({List<Consumer>? consumers, String? nextToken})
ListStreamConsumersOutput.fromJson(Map<String, dynamic> json)
factory

Properties

consumers List<Consumer>?
An array of JSON objects. Each object represents one registered consumer.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
When the number of consumers that are registered with the data stream is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of registered consumers, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListStreamConsumers to list the next set of registered consumers. For more information about the use of this pagination token when calling the ListStreamConsumers operation, see ListStreamConsumersInput$NextToken.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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