Class: Aws::CloudWatchLogs::Types::RejectedLogEventsInfo

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Represents the rejected events.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expired_log_event_end_indexInteger

The expired log events.

Returns:

  • (Integer)


4396
4397
4398
4399
4400
4401
4402
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4396

class RejectedLogEventsInfo < Struct.new(
  :too_new_log_event_start_index,
  :too_old_log_event_end_index,
  :expired_log_event_end_index)
  SENSITIVE = []
  include Aws::Structure
end

#too_new_log_event_start_indexInteger

The log events that are too new.

Returns:

  • (Integer)


4396
4397
4398
4399
4400
4401
4402
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4396

class RejectedLogEventsInfo < Struct.new(
  :too_new_log_event_start_index,
  :too_old_log_event_end_index,
  :expired_log_event_end_index)
  SENSITIVE = []
  include Aws::Structure
end

#too_old_log_event_end_indexInteger

The log events that are dated too far in the past.

Returns:

  • (Integer)


4396
4397
4398
4399
4400
4401
4402
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4396

class RejectedLogEventsInfo < Struct.new(
  :too_new_log_event_start_index,
  :too_old_log_event_end_index,
  :expired_log_event_end_index)
  SENSITIVE = []
  include Aws::Structure
end