Class: Aws::IoTWireless::Types::MetricQueryValue

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

Instance Attribute Details

#avgFloat

The average of the values of all data points collected during the aggregation period.

Returns:

  • (Float)


4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4983

class MetricQueryValue < Struct.new(
  :min,
  :max,
  :sum,
  :avg,
  :std,
  :p90)
  SENSITIVE = []
  include Aws::Structure
end

#maxFloat

The maximum of the values of all the data points collected during the aggregation period.

Returns:

  • (Float)


4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4983

class MetricQueryValue < Struct.new(
  :min,
  :max,
  :sum,
  :avg,
  :std,
  :p90)
  SENSITIVE = []
  include Aws::Structure
end

#minFloat

The minimum of the values of all data points collected during the aggregation period.

Returns:

  • (Float)


4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4983

class MetricQueryValue < Struct.new(
  :min,
  :max,
  :sum,
  :avg,
  :std,
  :p90)
  SENSITIVE = []
  include Aws::Structure
end

#p90Float

The 90th percentile of the values of all data points collected during the aggregation period.

Returns:

  • (Float)


4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4983

class MetricQueryValue < Struct.new(
  :min,
  :max,
  :sum,
  :avg,
  :std,
  :p90)
  SENSITIVE = []
  include Aws::Structure
end

#stdFloat

The standard deviation of the values of all data points collected during the aggregation period.

Returns:

  • (Float)


4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4983

class MetricQueryValue < Struct.new(
  :min,
  :max,
  :sum,
  :avg,
  :std,
  :p90)
  SENSITIVE = []
  include Aws::Structure
end

#sumFloat

The sum of the values of all data points collected during the aggregation period.

Returns:

  • (Float)


4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4983

class MetricQueryValue < Struct.new(
  :min,
  :max,
  :sum,
  :avg,
  :std,
  :p90)
  SENSITIVE = []
  include Aws::Structure
end