Class: Aws::Types::TimeSeriesForecastingSettings
- Inherits:
-
Object
- Object
- Aws::Types::TimeSeriesForecastingSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amazon_forecast_role_arn ⇒ ::String
Returns the value of attribute amazon_forecast_role_arn.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
Instance Attribute Details
#amazon_forecast_role_arn ⇒ ::String
Returns the value of attribute amazon_forecast_role_arn.
11356 11357 11358 |
# File 'sig/types.rbs', line 11356 def amazon_forecast_role_arn @amazon_forecast_role_arn end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
11355 11356 11357 |
# File 'sig/types.rbs', line 11355 def status @status end |