DescribeReplayResponse constructor

DescribeReplayResponse({
  1. String? description,
  2. ReplayDestination? destination,
  3. DateTime? eventEndTime,
  4. DateTime? eventLastReplayedTime,
  5. String? eventSourceArn,
  6. DateTime? eventStartTime,
  7. String? replayArn,
  8. DateTime? replayEndTime,
  9. String? replayName,
  10. DateTime? replayStartTime,
  11. ReplayState? state,
  12. String? stateReason,
})

Implementation

DescribeReplayResponse({
  this.description,
  this.destination,
  this.eventEndTime,
  this.eventLastReplayedTime,
  this.eventSourceArn,
  this.eventStartTime,
  this.replayArn,
  this.replayEndTime,
  this.replayName,
  this.replayStartTime,
  this.state,
  this.stateReason,
});