Class: Aws::ForecastService::Types::CreateWhatIfForecastExportResponse

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_export_arnString

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

Returns:

  • (String)


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