Class: Aws::ForecastService::Types::CreateWhatIfForecastExportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::CreateWhatIfForecastExportResponse
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#what_if_forecast_export_arn ⇒ String
The Amazon Resource Name (ARN) of the what-if forecast.
Instance Attribute Details
#what_if_forecast_export_arn ⇒ String
The Amazon Resource Name (ARN) of the what-if forecast.
1764 1765 1766 1767 1768 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1764 class CreateWhatIfForecastExportResponse < Struct.new( :what_if_forecast_export_arn) SENSITIVE = [] include Aws::Structure end |