Class CancelReplayRequest
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Container for the parameters to the CancelReplay operation. Cancels the specified replay.
public class CancelReplayRequest : AmazonEventBridgeRequest
- Inheritance
-
CancelReplayRequest
Constructors
CancelReplayRequest()
public CancelReplayRequest()
Properties
ReplayName
Gets and sets the property ReplayName.
The name of the replay to cancel.
public string ReplayName { get; set; }