class Amazonite::EventBridge::DescribeReplayResponse

Included Modules

Defined in:

eventbridge/describe_replay_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.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) #

[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 description : String | Nil #

The description of the replay.


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

The description of the replay.


[View source]
def destination : ReplayDestination | Nil #

A ReplayDestination object that contains details about the replay.


[View source]
def destination=(destination : ReplayDestination | Nil) #

A ReplayDestination object that contains details about the replay.


[View source]
def event_end_time : Time | Nil #

The time stamp for the last event that was replayed from the archive.


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

The time stamp for the last event that was replayed from the archive.


[View source]
def event_last_replayed_time : Time | Nil #

The time that the event was last replayed.


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

The time that the event was last replayed.


[View source]
def event_source_arn : String | Nil #

The ARN of the archive events were replayed from.


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

The ARN of the archive events were replayed from.


[View source]
def event_start_time : Time | Nil #

The time stamp of the first event that was last replayed from the archive.


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

The time stamp of the first event that was last replayed from the archive.


[View source]
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_end_time : Time | Nil #

A time stamp for the time that the replay stopped.


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

A time stamp for the time that the replay stopped.


[View source]
def replay_name : String | Nil #

The name of the replay.


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

The name of the replay.


[View source]
def replay_start_time : Time | Nil #

A time stamp for the time that the replay started.


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

A time stamp for the time that the replay started.


[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]