class
Amazonite::EventBridge::Replay
- Amazonite::EventBridge::Replay
- Reference
- Object
Overview
A Replay object that contains details about a replay.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/replay.crConstructors
- .new(pull : JSON::PullParser)
- .new(replay_name : String | Nil = nil, event_source_arn : String | Nil = nil, state : ReplayState | Nil = nil, state_reason : String | Nil = nil, event_start_time : Time | Nil = nil, event_end_time : Time | Nil = nil, event_last_replayed_time : Time | Nil = nil, replay_start_time : Time | Nil = nil, replay_end_time : Time | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#event_end_time : Time | Nil
A time stamp for the time to start replaying events.
-
#event_end_time=(event_end_time : Time | Nil)
A time stamp for the time to start replaying events.
-
#event_last_replayed_time : Time | Nil
A time stamp for the time that the last event was replayed.
-
#event_last_replayed_time=(event_last_replayed_time : Time | Nil)
A time stamp for the time that the last event was replayed.
-
#event_source_arn : String | Nil
The ARN of the archive to replay event from.
-
#event_source_arn=(event_source_arn : String | Nil)
The ARN of the archive to replay event from.
-
#event_start_time : Time | Nil
A time stamp for the time to start replaying events.
-
#event_start_time=(event_start_time : Time | Nil)
A time stamp for the time to start replaying events.
-
#hash(hasher)
See
Object#hash(hasher) -
#replay_end_time : Time | Nil
A time stamp for the time that the replay completed.
-
#replay_end_time=(replay_end_time : Time | Nil)
A time stamp for the time that the replay completed.
-
#replay_name : String | Nil
The name of the replay.
-
#replay_name=(replay_name : String | Nil)
The name of the replay.
-
#replay_start_time : Time | Nil
A time stamp for the time that the replay started.
-
#replay_start_time=(replay_start_time : Time | Nil)
A time stamp for the time that the replay started.
-
#state : ReplayState | Nil
The current state of the replay.
-
#state=(state : ReplayState | Nil)
The current state of the replay.
-
#state_reason : String | Nil
A description of why the replay is in the current state.
-
#state_reason=(state_reason : String | Nil)
A description of why the replay is in the current state.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A time stamp for the time to start replaying events. Any event with a creation time prior to the
EventEndTime specified is replayed.
A time stamp for the time to start replaying events. Any event with a creation time prior to the
EventEndTime specified is replayed.
A time stamp for the time that the last event was replayed.
A time stamp for the time that the last event was replayed.
The ARN of the archive to replay event from.
A time stamp for the time to start replaying events. This is determined by the time in the event as described in Time.
A time stamp for the time to start replaying events. This is determined by the time in the event as described in Time.
A time stamp for the time that the replay completed.
A time stamp for the time that the replay started.
A description of why the replay is in the current state.