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