Class CancelReplayResponse
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
This is the response object from the CancelReplay operation.
public class CancelReplayResponse : AmazonWebServiceResponse
- Inheritance
-
CancelReplayResponse
Constructors
CancelReplayResponse()
public CancelReplayResponse()
Properties
ReplayArn
Gets and sets the property ReplayArn.
The ARN of the replay to cancel.
public string ReplayArn { get; set; }
Property Value
State
Gets and sets the property State.
The current state of the replay.
public ReplayState State { get; set; }
Property Value
StateReason
Gets and sets the property StateReason.
The reason that the replay is in the current state.
public string StateReason { get; set; }