DescribeStreamOutput class
Represents the output for DescribeStream
.
Constructors
- DescribeStreamOutput({required StreamDescription streamDescription})
-
DescribeStreamOutput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- streamDescription → StreamDescription
-
The current status of the stream, the stream Amazon Resource Name (ARN), an
array of shard objects that comprise the stream, and whether there are more
shards available.
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