class Amazonite::CloudWatchLogs::RejectedLogEventsInfo

Overview

Represents the rejected events.

Included Modules

Defined in:

cloudwatch_logs/rejected_log_events_info.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(too_new_log_event_start_index : Int32 | Nil = nil, too_old_log_event_end_index : Int32 | Nil = nil, expired_log_event_end_index : Int32 | 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 expired_log_event_end_index : Int32 | Nil #

The expired log events.


[View source]
def expired_log_event_end_index=(expired_log_event_end_index : Int32 | Nil) #

The expired log events.


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

See Object#hash(hasher)


def too_new_log_event_start_index : Int32 | Nil #

The index of the first log event that is too new. This field is inclusive.


[View source]
def too_new_log_event_start_index=(too_new_log_event_start_index : Int32 | Nil) #

The index of the first log event that is too new. This field is inclusive.


[View source]
def too_old_log_event_end_index : Int32 | Nil #

The index of the last log event that is too old. This field is exclusive.


[View source]
def too_old_log_event_end_index=(too_old_log_event_end_index : Int32 | Nil) #

The index of the last log event that is too old. This field is exclusive.


[View source]
def validate! : Nil #

[View source]