Class: Aws::Types::RejectedLogEventsInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expired_log_event_end_index::Integer

Returns the value of attribute expired_log_event_end_index.

Returns:

  • (::Integer)


2015
2016
2017
# File 'sig/types.rbs', line 2015

def expired_log_event_end_index
  @expired_log_event_end_index
end

#too_new_log_event_start_index::Integer

Returns the value of attribute too_new_log_event_start_index.

Returns:

  • (::Integer)


2013
2014
2015
# File 'sig/types.rbs', line 2013

def too_new_log_event_start_index
  @too_new_log_event_start_index
end

#too_old_log_event_end_index::Integer

Returns the value of attribute too_old_log_event_end_index.

Returns:

  • (::Integer)


2014
2015
2016
# File 'sig/types.rbs', line 2014

def too_old_log_event_end_index
  @too_old_log_event_end_index
end