Class: Aws::ForecastService::Types::CreateAutoPredictorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::CreateAutoPredictorResponse
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#predictor_arn ⇒ String
The Amazon Resource Name (ARN) of the predictor.
Instance Attribute Details
#predictor_arn ⇒ String
The Amazon Resource Name (ARN) of the predictor.
612 613 614 615 616 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 612 class CreateAutoPredictorResponse < Struct.new( :predictor_arn) SENSITIVE = [] include Aws::Structure end |