Class: Aws::Types::TimeSeriesServiceStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#edge_summary_statisticsTypes::EdgeStatistics

Returns the value of attribute edge_summary_statistics.



959
960
961
# File 'sig/types.rbs', line 959

def edge_summary_statistics
  @edge_summary_statistics
end

#response_time_histogram::Array[Types::HistogramEntry]

Returns the value of attribute response_time_histogram.

Returns:



962
963
964
# File 'sig/types.rbs', line 962

def response_time_histogram
  @response_time_histogram
end

#service_forecast_statisticsTypes::ForecastStatistics

Returns the value of attribute service_forecast_statistics.



961
962
963
# File 'sig/types.rbs', line 961

def service_forecast_statistics
  @service_forecast_statistics
end

#service_summary_statisticsTypes::ServiceStatistics

Returns the value of attribute service_summary_statistics.



960
961
962
# File 'sig/types.rbs', line 960

def service_summary_statistics
  @service_summary_statistics
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


958
959
960
# File 'sig/types.rbs', line 958

def timestamp
  @timestamp
end