Class: Aws::ForecastService::Types::BaselineMetric

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb

Overview

An individual metric that you can use for comparison as you evaluate your monitoring results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the metric.

Returns:

  • (String)


338
339
340
341
342
343
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 338

class BaselineMetric < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueFloat

The value for the metric.

Returns:

  • (Float)


338
339
340
341
342
343
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 338

class BaselineMetric < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end