Class: Aws::ForecastService::Types::DescribePredictorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::DescribePredictorRequest
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
Note:
When making an API call, you may pass DescribePredictorRequest data as a hash:
{
predictor_arn: "Arn", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#predictor_arn ⇒ String
The Amazon Resource Name (ARN) of the predictor that you want information about.
Instance Attribute Details
#predictor_arn ⇒ String
The Amazon Resource Name (ARN) of the predictor that you want information about.
3490 3491 3492 3493 3494 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3490 class DescribePredictorRequest < Struct.new( :predictor_arn) SENSITIVE = [] include Aws::Structure end |