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)


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

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)


2011
2012
2013
# File 'sig/types.rbs', line 2011

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)


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

def too_old_log_event_end_index
  @too_old_log_event_end_index
end