DescribeReplayResponse class
Constructors
- DescribeReplayResponse({String? description, ReplayDestination? destination, DateTime? eventEndTime, DateTime? eventLastReplayedTime, String? eventSourceArn, DateTime? eventStartTime, String? replayArn, DateTime? replayEndTime, String? replayName, DateTime? replayStartTime, ReplayState? state, String? stateReason})
-
DescribeReplayResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- description → String?
-
The description of the replay.
final
- destination → ReplayDestination?
-
A
ReplayDestination
object that contains details about the replay.final - eventEndTime → DateTime?
-
The time stamp for the last event that was replayed from the archive.
final
- eventLastReplayedTime → DateTime?
-
The time that the event was last replayed.
final
- eventSourceArn → String?
-
The ARN of the archive events were replayed from.
final
- eventStartTime → DateTime?
-
The time stamp of the first event that was last replayed from the archive.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- replayArn → String?
-
The ARN of the replay.
final
- replayEndTime → DateTime?
-
A time stamp for the time that the replay stopped.
final
- replayName → String?
-
The name of the replay.
final
- replayStartTime → DateTime?
-
A time stamp for the time that the replay started.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → ReplayState?
-
The current state of the replay.
final
- stateReason → String?
-
The reason that the replay is in the current state.
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