class Amazonite::EventBridge::CancelReplayResponse

Included Modules

Defined in:

eventbridge/cancel_replay_response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(replay_arn : String | Nil = nil, state : ReplayState | Nil = nil, state_reason : String | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def replay_arn : String | Nil #

The ARN of the replay to cancel.


[View source]
def replay_arn=(replay_arn : String | Nil) #

The ARN of the replay to cancel.


[View source]
def state : ReplayState | Nil #

The current state of the replay.


[View source]
def state=(state : ReplayState | Nil) #

The current state of the replay.


[View source]
def state_reason : String | Nil #

The reason that the replay is in the current state.


[View source]
def state_reason=(state_reason : String | Nil) #

The reason that the replay is in the current state.


[View source]
def validate! : Nil #

[View source]