class
Amazonite::EventBridge::CancelReplayResponse
- Amazonite::EventBridge::CancelReplayResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/cancel_replay_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(replay_arn : String | Nil = nil, state : ReplayState | Nil = nil, state_reason : String | Nil = nil)
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 to cancel.
-
#replay_arn=(replay_arn : String | Nil)
The ARN of the replay to cancel.
-
#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
def self.new(replay_arn : String | Nil = nil, state : ReplayState | Nil = nil, state_reason : String | 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?.
def state_reason=(state_reason : String | Nil)
#
The reason that the replay is in the current state.