Class: Aws::ForecastService::Types::MonitorInfo

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

Instance Attribute Details

#monitor_arnString

The Amazon Resource Name (ARN) of the monitor resource.

Returns:

  • (String)


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

#statusString

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

Returns:

  • (String)


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