class Amazonite::EventBridge::StartReplayResponse

Included Modules

Defined in:

eventbridge/start_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, replay_start_time : Time | 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.


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

The ARN of the replay.


[View source]
def replay_start_time : Time | Nil #

The time at which the replay started.


[View source]
def replay_start_time=(replay_start_time : Time | Nil) #

The time at which the replay started.


[View source]
def state : ReplayState | Nil #

The state of the replay.


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

The state of the replay.


[View source]
def state_reason : String | Nil #

The reason that the replay is in the state.


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

The reason that the replay is in the state.


[View source]
def validate! : Nil #

[View source]