Class: Aws::Types::CreateWhatIfForecastRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



267
268
269
# File 'sig/types.rbs', line 267

def tags
  @tags
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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


263
264
265
# File 'sig/types.rbs', line 263

def what_if_forecast_name
  @what_if_forecast_name
end