class
Amazonite::EventBridge::DescribeReplayResponse
- Amazonite::EventBridge::DescribeReplayResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/describe_replay_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(replay_name : String | Nil = nil, replay_arn : String | Nil = nil, description : String | Nil = nil, state : ReplayState | Nil = nil, state_reason : String | Nil = nil, event_source_arn : String | Nil = nil, destination : ReplayDestination | 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. -
#description : String | Nil
The description of the replay.
-
#description=(description : String | Nil)
The description of the replay.
-
#destination : ReplayDestination | Nil
A
ReplayDestinationobject that contains details about the replay. -
#destination=(destination : ReplayDestination | Nil)
A
ReplayDestinationobject that contains details about the replay. -
#event_end_time : Time | Nil
The time stamp for the last event that was replayed from the archive.
-
#event_end_time=(event_end_time : Time | Nil)
The time stamp for the last event that was replayed from the archive.
-
#event_last_replayed_time : Time | Nil
The time that the event was last replayed.
-
#event_last_replayed_time=(event_last_replayed_time : Time | Nil)
The time that the event was last replayed.
-
#event_source_arn : String | Nil
The ARN of the archive events were replayed from.
-
#event_source_arn=(event_source_arn : String | Nil)
The ARN of the archive events were replayed from.
-
#event_start_time : Time | Nil
The time stamp of the first event that was last replayed from the archive.
-
#event_start_time=(event_start_time : Time | Nil)
The time stamp of the first event that was last replayed from the archive.
-
#hash(hasher)
See
Object#hash(hasher) -
#replay_arn : String | Nil
The ARN of the replay.
-
#replay_arn=(replay_arn : String | Nil)
The ARN of the replay.
-
#replay_end_time : Time | Nil
A time stamp for the time that the replay stopped.
-
#replay_end_time=(replay_end_time : Time | Nil)
A time stamp for the time that the replay stopped.
-
#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
The reason that the replay is in the current state.
-
#state_reason=(state_reason : String | Nil)
The reason that 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 ReplayDestination object that contains details about the replay.
A ReplayDestination object that contains details about the replay.
The time stamp for the last event that was replayed from the archive.
The time stamp for the last event that was replayed from the archive.
The time that the event was last replayed.
The ARN of the archive events were replayed from.
The time stamp of the first event that was last replayed from the archive.
The time stamp of the first event that was last replayed from the archive.
A time stamp for the time that the replay stopped.
A time stamp for the time that the replay started.
The reason that the replay is in the current state.