class
Amazonite::EventBridge::StartReplayResponse
- Amazonite::EventBridge::StartReplayResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/start_replay_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(replay_arn : String | Nil = nil, state : ReplayState | Nil = nil, state_reason : String | Nil = nil, replay_start_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. -
#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_start_time : Time | Nil
The time at which the replay started.
-
#replay_start_time=(replay_start_time : Time | Nil)
The time at which the replay started.
-
#state : ReplayState | Nil
The state of the replay.
-
#state=(state : ReplayState | Nil)
The state of the replay.
-
#state_reason : String | Nil
The reason that the replay is in the state.
-
#state_reason=(state_reason : String | Nil)
The reason that the replay is in the state.
- #validate! : Nil
Constructor Detail
def self.new(replay_arn : String | Nil = nil, state : ReplayState | Nil = nil, state_reason : String | Nil = nil, replay_start_time : Time | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.