Class: Aws::ForecastService::Types::MonitorConfig

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

Instance Attribute Details

#monitor_nameString

The name of the monitor resource.

Returns:

  • (String)


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