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.
15542 15543 15544 15545 15546 15547 15548 15549 15550 15551 15552 15553 |
# File 'lib/aws-sdk-iot/types.rb', line 15542 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.
15542 15543 15544 15545 15546 15547 15548 15549 15550 15551 15552 15553 |
# File 'lib/aws-sdk-iot/types.rb', line 15542 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.
15542 15543 15544 15545 15546 15547 15548 15549 15550 15551 15552 15553 |
# File 'lib/aws-sdk-iot/types.rb', line 15542 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.
15542 15543 15544 15545 15546 15547 15548 15549 15550 15551 15552 15553 |
# File 'lib/aws-sdk-iot/types.rb', line 15542 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.
15542 15543 15544 15545 15546 15547 15548 15549 15550 15551 15552 15553 |
# File 'lib/aws-sdk-iot/types.rb', line 15542 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.
15542 15543 15544 15545 15546 15547 15548 15549 15550 15551 15552 15553 |
# File 'lib/aws-sdk-iot/types.rb', line 15542 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.
15542 15543 15544 15545 15546 15547 15548 15549 15550 15551 15552 15553 |
# File 'lib/aws-sdk-iot/types.rb', line 15542 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.
15542 15543 15544 15545 15546 15547 15548 15549 15550 15551 15552 15553 |
# File 'lib/aws-sdk-iot/types.rb', line 15542 class Statistics < Struct.new( :count, :average, :sum, :minimum, :maximum, :sum_of_squares, :variance, :std_deviation) SENSITIVE = [] include Aws::Structure end |