Class: Aws::ForecastService::Types::CreateWhatIfForecastResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::CreateWhatIfForecastResponse
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#what_if_forecast_arn ⇒ String
The Amazon Resource Name (ARN) of the what-if forecast.
Instance Attribute Details
#what_if_forecast_arn ⇒ String
The Amazon Resource Name (ARN) of the what-if forecast.
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 |