Class: Aws::ForecastService::Types::MonitorDataSource

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

Overview

The source of the data the monitor used during the evaluation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_import_job_arnString

The Amazon Resource Name (ARN) of the dataset import job used to import the data that initiated the monitor evaluation.

Returns:

  • (String)


5670
5671
5672
5673
5674
5675
5676
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5670

class MonitorDataSource < Struct.new(
  :dataset_import_job_arn,
  :forecast_arn,
  :predictor_arn)
  SENSITIVE = []
  include Aws::Structure
end

#forecast_arnString

The Amazon Resource Name (ARN) of the forecast the monitor used during the evaluation.

Returns:

  • (String)


5670
5671
5672
5673
5674
5675
5676
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5670

class MonitorDataSource < Struct.new(
  :dataset_import_job_arn,
  :forecast_arn,
  :predictor_arn)
  SENSITIVE = []
  include Aws::Structure
end

#predictor_arnString

The Amazon Resource Name (ARN) of the predictor resource you are monitoring.

Returns:

  • (String)


5670
5671
5672
5673
5674
5675
5676
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5670

class MonitorDataSource < Struct.new(
  :dataset_import_job_arn,
  :forecast_arn,
  :predictor_arn)
  SENSITIVE = []
  include Aws::Structure
end