Class: Aws::Types::TimeSeriesServiceStatistics
- Inherits:
-
Object
- Object
- Aws::Types::TimeSeriesServiceStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#edge_summary_statistics ⇒ Types::EdgeStatistics
Returns the value of attribute edge_summary_statistics.
-
#response_time_histogram ⇒ ::Array[Types::HistogramEntry]
Returns the value of attribute response_time_histogram.
-
#service_forecast_statistics ⇒ Types::ForecastStatistics
Returns the value of attribute service_forecast_statistics.
-
#service_summary_statistics ⇒ Types::ServiceStatistics
Returns the value of attribute service_summary_statistics.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#edge_summary_statistics ⇒ Types::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.
962 963 964 |
# File 'sig/types.rbs', line 962 def response_time_histogram @response_time_histogram end |
#service_forecast_statistics ⇒ Types::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_statistics ⇒ Types::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.
958 959 960 |
# File 'sig/types.rbs', line 958 def end |