StartReplayResponse constructor
StartReplayResponse({
- String? replayArn,
- DateTime? replayStartTime,
- ReplayState? state,
- String? stateReason,
Implementation
StartReplayResponse({
this.replayArn,
this.replayStartTime,
this.state,
this.stateReason,
});