CancelReplayResponse constructor

CancelReplayResponse({
  1. String? replayArn,
  2. ReplayState? state,
  3. String? stateReason,
})

Implementation

CancelReplayResponse({
  this.replayArn,
  this.state,
  this.stateReason,
});