Class: Aws::Types::RejectedLogEventsInfo
- Inherits:
-
Object
- Object
- Aws::Types::RejectedLogEventsInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expired_log_event_end_index ⇒ ::Integer
Returns the value of attribute expired_log_event_end_index.
-
#too_new_log_event_start_index ⇒ ::Integer
Returns the value of attribute too_new_log_event_start_index.
-
#too_old_log_event_end_index ⇒ ::Integer
Returns the value of attribute too_old_log_event_end_index.
Instance Attribute Details
#expired_log_event_end_index ⇒ ::Integer
Returns the value of attribute expired_log_event_end_index.
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.
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.
2012 2013 2014 |
# File 'sig/types.rbs', line 2012 def too_old_log_event_end_index @too_old_log_event_end_index end |