class Amazonite::EventBridge::StartReplayRequest

Included Modules

Defined in:

eventbridge/start_replay_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(replay_name : String, event_source_arn : String, event_start_time : Time, event_end_time : Time, destination : ReplayDestination, description : String | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

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

A description for the replay to start.


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

A description for the replay to start.


[View source]
def destination : ReplayDestination #

A ReplayDestination object that includes details about the destination for the replay.


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

A ReplayDestination object that includes details about the destination for the replay.


[View source]
def event_end_time : Time #

A time stamp for the time to stop replaying events. Only events that occurred between the EventStartTime and EventEndTime are replayed.


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

A time stamp for the time to stop replaying events. Only events that occurred between the EventStartTime and EventEndTime are replayed.


[View source]
def event_source_arn : String #

The ARN of the archive to replay events from.


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

The ARN of the archive to replay events from.


[View source]
def event_start_time : Time #

A time stamp for the time to start replaying events. Only events that occurred between the EventStartTime and EventEndTime are replayed.


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

A time stamp for the time to start replaying events. Only events that occurred between the EventStartTime and EventEndTime are replayed.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def replay_name : String #

The name of the replay to start.


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

The name of the replay to start.


[View source]
def validate! : Nil #

[View source]