Class: Aws::Types::AutoAdjustData
- Inherits:
-
Object
- Object
- Aws::Types::AutoAdjustData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_adjust_type ⇒ "HISTORICAL", "FORECAST"
Returns the value of attribute auto_adjust_type.
-
#historical_options ⇒ Types::HistoricalOptions
Returns the value of attribute historical_options.
-
#last_auto_adjust_time ⇒ ::Time
Returns the value of attribute last_auto_adjust_time.
Instance Attribute Details
#auto_adjust_type ⇒ "HISTORICAL", "FORECAST"
Returns the value of attribute auto_adjust_type.
51 52 53 |
# File 'sig/types.rbs', line 51 def auto_adjust_type @auto_adjust_type end |
#historical_options ⇒ Types::HistoricalOptions
Returns the value of attribute historical_options.
52 53 54 |
# File 'sig/types.rbs', line 52 def @historical_options end |
#last_auto_adjust_time ⇒ ::Time
Returns the value of attribute last_auto_adjust_time.
53 54 55 |
# File 'sig/types.rbs', line 53 def last_auto_adjust_time @last_auto_adjust_time end |