Replay class

A Replay object that contains details about a replay.

Constructors

Replay({DateTime? eventEndTime, DateTime? eventLastReplayedTime, String? eventSourceArn, DateTime? eventStartTime, DateTime? replayEndTime, String? replayName, DateTime? replayStartTime, ReplayState? state, String? stateReason})
Replay.fromJson(Map<String, dynamic> json)
factory

Properties

eventEndTime DateTime?
A time stamp for the time to start replaying events. Any event with a creation time prior to the EventEndTime specified is replayed.
final
eventLastReplayedTime DateTime?
A time stamp for the time that the last event was replayed.
final
eventSourceArn String?
The ARN of the archive to replay event from.
final
eventStartTime DateTime?
A time stamp for the time to start replaying events. This is determined by the time in the event as described in Time.
final
hashCode int
The hash code for this object.
no setterinherited
replayEndTime DateTime?
A time stamp for the time that the replay completed.
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?
A description of why 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