StartReplayResponse constructor

StartReplayResponse({
  1. String? replayArn,
  2. DateTime? replayStartTime,
  3. ReplayState? state,
  4. String? stateReason,
})

Implementation

StartReplayResponse({
  this.replayArn,
  this.replayStartTime,
  this.state,
  this.stateReason,
});