Class: Aws::IoT::Types::Statistics

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#averageFloat

The average of the aggregated field values.

Returns:

  • (Float)


14197
14198
14199
14200
14201
14202
14203
14204
14205
14206
14207
14208
# File 'lib/aws-sdk-iot/types.rb', line 14197

class Statistics < Struct.new(
  :count,
  :average,
  :sum,
  :minimum,
  :maximum,
  :sum_of_squares,
  :variance,
  :std_deviation)
  SENSITIVE = []
  include Aws::Structure
end

#countInteger

The count of things that match the query string criteria and contain a valid aggregation field value.

Returns:

  • (Integer)


14197
14198
14199
14200
14201
14202
14203
14204
14205
14206
14207
14208
# File 'lib/aws-sdk-iot/types.rb', line 14197

class Statistics < Struct.new(
  :count,
  :average,
  :sum,
  :minimum,
  :maximum,
  :sum_of_squares,
  :variance,
  :std_deviation)
  SENSITIVE = []
  include Aws::Structure
end

#maximumFloat

The maximum aggregated field value.

Returns:

  • (Float)


14197
14198
14199
14200
14201
14202
14203
14204
14205
14206
14207
14208
# File 'lib/aws-sdk-iot/types.rb', line 14197

class Statistics < Struct.new(
  :count,
  :average,
  :sum,
  :minimum,
  :maximum,
  :sum_of_squares,
  :variance,
  :std_deviation)
  SENSITIVE = []
  include Aws::Structure
end

#minimumFloat

The minimum aggregated field value.

Returns:

  • (Float)


14197
14198
14199
14200
14201
14202
14203
14204
14205
14206
14207
14208
# File 'lib/aws-sdk-iot/types.rb', line 14197

class Statistics < Struct.new(
  :count,
  :average,
  :sum,
  :minimum,
  :maximum,
  :sum_of_squares,
  :variance,
  :std_deviation)
  SENSITIVE = []
  include Aws::Structure
end

#std_deviationFloat

The standard deviation of the aggregated field values.

Returns:

  • (Float)


14197
14198
14199
14200
14201
14202
14203
14204
14205
14206
14207
14208
# File 'lib/aws-sdk-iot/types.rb', line 14197

class Statistics < Struct.new(
  :count,
  :average,
  :sum,
  :minimum,
  :maximum,
  :sum_of_squares,
  :variance,
  :std_deviation)
  SENSITIVE = []
  include Aws::Structure
end

#sumFloat

The sum of the aggregated field values.

Returns:

  • (Float)


14197
14198
14199
14200
14201
14202
14203
14204
14205
14206
14207
14208
# File 'lib/aws-sdk-iot/types.rb', line 14197

class Statistics < Struct.new(
  :count,
  :average,
  :sum,
  :minimum,
  :maximum,
  :sum_of_squares,
  :variance,
  :std_deviation)
  SENSITIVE = []
  include Aws::Structure
end

#sum_of_squaresFloat

The sum of the squares of the aggregated field values.

Returns:

  • (Float)


14197
14198
14199
14200
14201
14202
14203
14204
14205
14206
14207
14208
# File 'lib/aws-sdk-iot/types.rb', line 14197

class Statistics < Struct.new(
  :count,
  :average,
  :sum,
  :minimum,
  :maximum,
  :sum_of_squares,
  :variance,
  :std_deviation)
  SENSITIVE = []
  include Aws::Structure
end

#varianceFloat

The variance of the aggregated field values.

Returns:

  • (Float)


14197
14198
14199
14200
14201
14202
14203
14204
14205
14206
14207
14208
# File 'lib/aws-sdk-iot/types.rb', line 14197

class Statistics < Struct.new(
  :count,
  :average,
  :sum,
  :minimum,
  :maximum,
  :sum_of_squares,
  :variance,
  :std_deviation)
  SENSITIVE = []
  include Aws::Structure
end