Class: Aws::ForecastService::Types::CreateForecastResponse

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

#forecast_arnString

The Amazon Resource Name (ARN) of the forecast.

Returns:

  • (String)


1334
1335
1336
1337
1338
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1334

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