class
Amazonite::EventBridge::StartReplayRequest
- Amazonite::EventBridge::StartReplayRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/start_replay_request.crConstructors
- .new(replay_name : String, event_source_arn : String, event_start_time : Time, event_end_time : Time, destination : ReplayDestination, description : String | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#description : String | Nil
A description for the replay to start.
-
#description=(description : String | Nil)
A description for the replay to start.
-
#destination : ReplayDestination
A
ReplayDestinationobject that includes details about the destination for the replay. -
#destination=(destination : ReplayDestination)
A
ReplayDestinationobject that includes details about the destination for the replay. -
#event_end_time : Time
A time stamp for the time to stop replaying events.
-
#event_end_time=(event_end_time : Time)
A time stamp for the time to stop replaying events.
-
#event_source_arn : String
The ARN of the archive to replay events from.
-
#event_source_arn=(event_source_arn : String)
The ARN of the archive to replay events from.
-
#event_start_time : Time
A time stamp for the time to start replaying events.
-
#event_start_time=(event_start_time : Time)
A time stamp for the time to start replaying events.
-
#hash(hasher)
See
Object#hash(hasher) -
#replay_name : String
The name of the replay to start.
-
#replay_name=(replay_name : String)
The name of the replay to start.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A ReplayDestination object that includes details about the destination for the replay.
A ReplayDestination object that includes details about the destination for the replay.
A time stamp for the time to stop replaying events. Only events that occurred between the
EventStartTime and EventEndTime are replayed.
A time stamp for the time to stop replaying events. Only events that occurred between the
EventStartTime and EventEndTime are replayed.
A time stamp for the time to start replaying events. Only events that occurred between the
EventStartTime and EventEndTime are replayed.
A time stamp for the time to start replaying events. Only events that occurred between the
EventStartTime and EventEndTime are replayed.