Class: Aws::Types::IngestedEventStatistics
- Inherits:
-
Object
- Object
- Aws::Types::IngestedEventStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_data_size_in_bytes ⇒ ::Integer
Returns the value of attribute event_data_size_in_bytes.
-
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
-
#least_recent_event ⇒ ::String
Returns the value of attribute least_recent_event.
-
#most_recent_event ⇒ ::String
Returns the value of attribute most_recent_event.
-
#number_of_events ⇒ ::Integer
Returns the value of attribute number_of_events.
Instance Attribute Details
#event_data_size_in_bytes ⇒ ::Integer
Returns the value of attribute event_data_size_in_bytes.
897 898 899 |
# File 'sig/types.rbs', line 897 def event_data_size_in_bytes @event_data_size_in_bytes end |
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
900 901 902 |
# File 'sig/types.rbs', line 900 def last_updated_time @last_updated_time end |
#least_recent_event ⇒ ::String
Returns the value of attribute least_recent_event.
898 899 900 |
# File 'sig/types.rbs', line 898 def least_recent_event @least_recent_event end |
#most_recent_event ⇒ ::String
Returns the value of attribute most_recent_event.
899 900 901 |
# File 'sig/types.rbs', line 899 def most_recent_event @most_recent_event end |
#number_of_events ⇒ ::Integer
Returns the value of attribute number_of_events.
896 897 898 |
# File 'sig/types.rbs', line 896 def number_of_events @number_of_events end |