Class: Aws::ForecastService::Types::MonitorInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::MonitorInfo
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
Provides information about the monitor resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#monitor_arn ⇒ String
The Amazon Resource Name (ARN) of the monitor resource.
-
#status ⇒ String
The status of the monitor.
Instance Attribute Details
#monitor_arn ⇒ String
The Amazon Resource Name (ARN) of the monitor resource.
5700 5701 5702 5703 5704 5705 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5700 class MonitorInfo < Struct.new( :monitor_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the monitor. States include:
ACTIVE
ACTIVE_STOPPING
,ACTIVE_STOPPED
UPDATE_IN_PROGRESS
CREATE_PENDING
,CREATE_IN_PROGRESS
,CREATE_FAILED
DELETE_PENDING
,DELETE_IN_PROGRESS
,DELETE_FAILED
5700 5701 5702 5703 5704 5705 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5700 class MonitorInfo < Struct.new( :monitor_arn, :status) SENSITIVE = [] include Aws::Structure end |