Class: Aws::ForecastService::Types::MonitorConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::MonitorConfig
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
The configuration details for the predictor monitor.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#monitor_name ⇒ String
The name of the monitor resource.
Instance Attribute Details
#monitor_name ⇒ String
The name of the monitor resource.
5645 5646 5647 5648 5649 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5645 class MonitorConfig < Struct.new( :monitor_name) SENSITIVE = [] include Aws::Structure end |