Class: Aws::ForecastQueryService::Types::QueryWhatIfForecastResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-forecastqueryservice/lib/aws-sdk-forecastqueryservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#forecastTypes::Forecast

Provides information about a forecast. Returned as part of the QueryForecast response.

Returns:



221
222
223
224
225
# File 'gems/aws-sdk-forecastqueryservice/lib/aws-sdk-forecastqueryservice/types.rb', line 221

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