Class: Aws::Types::AutoTune
- Inherits:
-
Object
- Object
- Aws::Types::AutoTune
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_tune_details ⇒ Types::AutoTuneDetails
Returns the value of attribute auto_tune_details.
-
#auto_tune_type ⇒ "SCHEDULED_ACTION"
Returns the value of attribute auto_tune_type.
Instance Attribute Details
#auto_tune_details ⇒ Types::AutoTuneDetails
Returns the value of attribute auto_tune_details.
215 216 217 |
# File 'sig/types.rbs', line 215 def auto_tune_details @auto_tune_details end |
#auto_tune_type ⇒ "SCHEDULED_ACTION"
Returns the value of attribute auto_tune_type.
214 215 216 |
# File 'sig/types.rbs', line 214 def auto_tune_type @auto_tune_type end |