Class: Aws::Types::CreateWhatIfAnalysisRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWhatIfAnalysisRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#forecast_arn ⇒ ::String
Returns the value of attribute forecast_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#time_series_selector ⇒ Types::TimeSeriesSelector
Returns the value of attribute time_series_selector.
-
#what_if_analysis_name ⇒ ::String
Returns the value of attribute what_if_analysis_name.
Instance Attribute Details
#forecast_arn ⇒ ::String
Returns the value of attribute forecast_arn.
237 238 239 |
# File 'sig/types.rbs', line 237 def forecast_arn @forecast_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
239 240 241 |
# File 'sig/types.rbs', line 239 def end |
#time_series_selector ⇒ Types::TimeSeriesSelector
Returns the value of attribute time_series_selector.
238 239 240 |
# File 'sig/types.rbs', line 238 def time_series_selector @time_series_selector end |
#what_if_analysis_name ⇒ ::String
Returns the value of attribute what_if_analysis_name.
236 237 238 |
# File 'sig/types.rbs', line 236 def what_if_analysis_name @what_if_analysis_name end |