Class: Aws::ForecastService::Types::DeleteMonitorRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#monitor_arnString

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

Returns:

  • (String)


2170
2171
2172
2173
2174
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2170

class DeleteMonitorRequest < Struct.new(
  :monitor_arn)
  SENSITIVE = []
  include Aws::Structure
end