Class: Aws::ForecastService::Types::CreateWhatIfForecastResponse

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

#what_if_forecast_arnString

The Amazon Resource Name (ARN) of the what-if forecast.

Returns:

  • (String)


1832
1833
1834
1835
1836
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1832

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