Class: Aws::Types::CreateForecastRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateForecastRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#forecast_name ⇒ ::String
Returns the value of attribute forecast_name.
-
#forecast_types ⇒ ::Array[::String]
Returns the value of attribute forecast_types.
-
#predictor_arn ⇒ ::String
Returns the value of attribute predictor_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#time_series_selector ⇒ Types::TimeSeriesSelector
Returns the value of attribute time_series_selector.
Instance Attribute Details
#forecast_name ⇒ ::String
Returns the value of attribute forecast_name.
172 173 174 |
# File 'sig/types.rbs', line 172 def forecast_name @forecast_name end |
#forecast_types ⇒ ::Array[::String]
Returns the value of attribute forecast_types.
174 175 176 |
# File 'sig/types.rbs', line 174 def forecast_types @forecast_types end |
#predictor_arn ⇒ ::String
Returns the value of attribute predictor_arn.
173 174 175 |
# File 'sig/types.rbs', line 173 def predictor_arn @predictor_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
175 176 177 |
# File 'sig/types.rbs', line 175 def end |
#time_series_selector ⇒ Types::TimeSeriesSelector
Returns the value of attribute time_series_selector.
176 177 178 |
# File 'sig/types.rbs', line 176 def time_series_selector @time_series_selector end |