Class: Aws::ForecastService::Types::DescribePredictorRequest

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

#predictor_arnString

The Amazon Resource Name (ARN) of the predictor that you want information about.

Returns:

  • (String)


3300
3301
3302
3303
3304
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3300

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