Class: Aws::IoT::Types::Statistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::Statistics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
A map of key-value pairs for all supported statistics. For issues with missing or unexpected values for this API, consult [ Fleet indexing troubleshooting guide].
[1]: docs.aws.amazon.com/iot/latest/developerguide/fleet-indexing-troubleshooting.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#average ⇒ Float
The average of the aggregated field values.
-
#count ⇒ Integer
The count of things that match the query string criteria and contain a valid aggregation field value.
-
#maximum ⇒ Float
The maximum aggregated field value.
-
#minimum ⇒ Float
The minimum aggregated field value.
-
#std_deviation ⇒ Float
The standard deviation of the aggregated field values.
-
#sum ⇒ Float
The sum of the aggregated field values.
-
#sum_of_squares ⇒ Float
The sum of the squares of the aggregated field values.
-
#variance ⇒ Float
The variance of the aggregated field values.
Instance Attribute Details
#average ⇒ Float
The average of the aggregated field values.
14434 14435 14436 14437 14438 14439 14440 14441 14442 14443 14444 14445 |
# File 'lib/aws-sdk-iot/types.rb', line 14434 class Statistics < Struct.new( :count, :average, :sum, :minimum, :maximum, :sum_of_squares, :variance, :std_deviation) SENSITIVE = [] include Aws::Structure end |
#count ⇒ Integer
The count of things that match the query string criteria and contain a valid aggregation field value.
14434 14435 14436 14437 14438 14439 14440 14441 14442 14443 14444 14445 |
# File 'lib/aws-sdk-iot/types.rb', line 14434 class Statistics < Struct.new( :count, :average, :sum, :minimum, :maximum, :sum_of_squares, :variance, :std_deviation) SENSITIVE = [] include Aws::Structure end |
#maximum ⇒ Float
The maximum aggregated field value.
14434 14435 14436 14437 14438 14439 14440 14441 14442 14443 14444 14445 |
# File 'lib/aws-sdk-iot/types.rb', line 14434 class Statistics < Struct.new( :count, :average, :sum, :minimum, :maximum, :sum_of_squares, :variance, :std_deviation) SENSITIVE = [] include Aws::Structure end |
#minimum ⇒ Float
The minimum aggregated field value.
14434 14435 14436 14437 14438 14439 14440 14441 14442 14443 14444 14445 |
# File 'lib/aws-sdk-iot/types.rb', line 14434 class Statistics < Struct.new( :count, :average, :sum, :minimum, :maximum, :sum_of_squares, :variance, :std_deviation) SENSITIVE = [] include Aws::Structure end |
#std_deviation ⇒ Float
The standard deviation of the aggregated field values.
14434 14435 14436 14437 14438 14439 14440 14441 14442 14443 14444 14445 |
# File 'lib/aws-sdk-iot/types.rb', line 14434 class Statistics < Struct.new( :count, :average, :sum, :minimum, :maximum, :sum_of_squares, :variance, :std_deviation) SENSITIVE = [] include Aws::Structure end |
#sum ⇒ Float
The sum of the aggregated field values.
14434 14435 14436 14437 14438 14439 14440 14441 14442 14443 14444 14445 |
# File 'lib/aws-sdk-iot/types.rb', line 14434 class Statistics < Struct.new( :count, :average, :sum, :minimum, :maximum, :sum_of_squares, :variance, :std_deviation) SENSITIVE = [] include Aws::Structure end |
#sum_of_squares ⇒ Float
The sum of the squares of the aggregated field values.
14434 14435 14436 14437 14438 14439 14440 14441 14442 14443 14444 14445 |
# File 'lib/aws-sdk-iot/types.rb', line 14434 class Statistics < Struct.new( :count, :average, :sum, :minimum, :maximum, :sum_of_squares, :variance, :std_deviation) SENSITIVE = [] include Aws::Structure end |
#variance ⇒ Float
The variance of the aggregated field values.
14434 14435 14436 14437 14438 14439 14440 14441 14442 14443 14444 14445 |
# File 'lib/aws-sdk-iot/types.rb', line 14434 class Statistics < Struct.new( :count, :average, :sum, :minimum, :maximum, :sum_of_squares, :variance, :std_deviation) SENSITIVE = [] include Aws::Structure end |