Class: Aws::ForecastService::Types::CreatePredictorResponse

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.

Returns:

  • (String)


1656
1657
1658
1659
1660
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1656

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