Class: Aws::ForecastService::Types::BaselineMetric
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::BaselineMetric
- 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
-
#name ⇒ String
The name of the metric.
-
#value ⇒ Float
The value for the metric.
Instance Attribute Details
#name ⇒ String
The name of the metric.
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 |
#value ⇒ Float
The value for the metric.
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 |