Class StartReplayResponse
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
This is the response object from the StartReplay operation.
public class StartReplayResponse : AmazonWebServiceResponse
- Inheritance
-
StartReplayResponse
Constructors
StartReplayResponse()
public StartReplayResponse()
Properties
ReplayArn
Gets and sets the property ReplayArn.
The ARN of the replay.
public string ReplayArn { get; set; }
Property Value
ReplayStartTime
Gets and sets the property ReplayStartTime.
The time at which the replay started.
public DateTime ReplayStartTime { get; set; }
Property Value
State
Gets and sets the property State.
The 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 state.
public string StateReason { get; set; }