Class: Aws::ForecastService::Types::CreateMonitorRequest

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_nameString

The name of the monitor resource.

Returns:

  • (String)


1358
1359
1360
1361
1362
1363
1364
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1358

class CreateMonitorRequest < Struct.new(
  :monitor_name,
  :resource_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

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

Returns:

  • (String)


1358
1359
1360
1361
1362
1363
1364
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1358

class CreateMonitorRequest < Struct.new(
  :monitor_name,
  :resource_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tags to apply to the monitor resource.

Returns:



1358
1359
1360
1361
1362
1363
1364
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1358

class CreateMonitorRequest < Struct.new(
  :monitor_name,
  :resource_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end