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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/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)


4422
4423
4424
4425
4426
4427
4428
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4422

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 index of the first log event that is too new. This field is inclusive.

Returns:

  • (Integer)


4422
4423
4424
4425
4426
4427
4428
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4422

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 index of the last log event that is too old. This field is exclusive.

Returns:

  • (Integer)


4422
4423
4424
4425
4426
4427
4428
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4422

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