class
Amazonite::CloudWatchLogs::RejectedLogEventsInfo
- Amazonite::CloudWatchLogs::RejectedLogEventsInfo
- Reference
- Object
Overview
Represents the rejected events.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/rejected_log_events_info.crConstructors
- .new(pull : JSON::PullParser)
- .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)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#expired_log_event_end_index : Int32 | Nil
The expired log events.
-
#expired_log_event_end_index=(expired_log_event_end_index : Int32 | Nil)
The expired log events.
-
#hash(hasher)
See
Object#hash(hasher) -
#too_new_log_event_start_index : Int32 | Nil
The index of the first log event that is too new.
-
#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.
-
#too_old_log_event_end_index : Int32 | Nil
The index of the last log event that is too old.
-
#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.
- #validate! : Nil
Constructor Detail
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)
#
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=(expired_log_event_end_index : Int32 | Nil)
#
The expired log events.
def too_new_log_event_start_index : Int32 | Nil
#
The index of the first log event that is too new. This field is inclusive.
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.
def too_old_log_event_end_index : Int32 | Nil
#
The index of the last log event that is too old. This field is exclusive.
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.