Class: Aws::Types::IngestedEventStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_data_size_in_bytes::Integer

Returns the value of attribute event_data_size_in_bytes.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


896
897
898
# File 'sig/types.rbs', line 896

def number_of_events
  @number_of_events
end