Class: Aws::Types::CreateWhatIfForecastRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWhatIfForecastRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#time_series_replacements_data_source ⇒ Types::TimeSeriesReplacementsDataSource
Returns the value of attribute time_series_replacements_data_source.
-
#time_series_transformations ⇒ ::Array[Types::TimeSeriesTransformation]
Returns the value of attribute time_series_transformations.
-
#what_if_analysis_arn ⇒ ::String
Returns the value of attribute what_if_analysis_arn.
-
#what_if_forecast_name ⇒ ::String
Returns the value of attribute what_if_forecast_name.
Instance Attribute Details
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
267 268 269 |
# File 'sig/types.rbs', line 267 def end |
#time_series_replacements_data_source ⇒ Types::TimeSeriesReplacementsDataSource
Returns the value of attribute time_series_replacements_data_source.
266 267 268 |
# File 'sig/types.rbs', line 266 def time_series_replacements_data_source @time_series_replacements_data_source end |
#time_series_transformations ⇒ ::Array[Types::TimeSeriesTransformation]
Returns the value of attribute time_series_transformations.
265 266 267 |
# File 'sig/types.rbs', line 265 def time_series_transformations @time_series_transformations end |
#what_if_analysis_arn ⇒ ::String
Returns the value of attribute what_if_analysis_arn.
264 265 266 |
# File 'sig/types.rbs', line 264 def what_if_analysis_arn @what_if_analysis_arn end |
#what_if_forecast_name ⇒ ::String
Returns the value of attribute what_if_forecast_name.
263 264 265 |
# File 'sig/types.rbs', line 263 def what_if_forecast_name @what_if_forecast_name end |