Class: Aws::IoTWireless::Types::MetricQueryValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::MetricQueryValue
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
The aggregated values of the metric.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#avg ⇒ Float
The average of the values of all data points collected during the aggregation period.
-
#max ⇒ Float
The maximum of the values of all the data points collected during the aggregation period.
-
#min ⇒ Float
The minimum of the values of all data points collected during the aggregation period.
-
#p90 ⇒ Float
The 90th percentile of the values of all data points collected during the aggregation period.
-
#std ⇒ Float
The standard deviation of the values of all data points collected during the aggregation period.
-
#sum ⇒ Float
The sum of the values of all data points collected during the aggregation period.
Instance Attribute Details
#avg ⇒ Float
The average of the values of all data points collected during the aggregation period.
4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4805 class MetricQueryValue < Struct.new( :min, :max, :sum, :avg, :std, :p90) SENSITIVE = [] include Aws::Structure end |
#max ⇒ Float
The maximum of the values of all the data points collected during the aggregation period.
4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4805 class MetricQueryValue < Struct.new( :min, :max, :sum, :avg, :std, :p90) SENSITIVE = [] include Aws::Structure end |
#min ⇒ Float
The minimum of the values of all data points collected during the aggregation period.
4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4805 class MetricQueryValue < Struct.new( :min, :max, :sum, :avg, :std, :p90) SENSITIVE = [] include Aws::Structure end |
#p90 ⇒ Float
The 90th percentile of the values of all data points collected during the aggregation period.
4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4805 class MetricQueryValue < Struct.new( :min, :max, :sum, :avg, :std, :p90) SENSITIVE = [] include Aws::Structure end |
#std ⇒ Float
The standard deviation of the values of all data points collected during the aggregation period.
4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4805 class MetricQueryValue < Struct.new( :min, :max, :sum, :avg, :std, :p90) SENSITIVE = [] include Aws::Structure end |
#sum ⇒ Float
The sum of the values of all data points collected during the aggregation period.
4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4805 class MetricQueryValue < Struct.new( :min, :max, :sum, :avg, :std, :p90) SENSITIVE = [] include Aws::Structure end |