Class: Aws::Types::AutoTuneOptionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::AutoTuneOptionsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
-
#use_off_peak_window ⇒ Boolean
Returns the value of attribute use_off_peak_window.
Instance Attribute Details
#error_message ⇒ ::String
Returns the value of attribute error_message.
248 249 250 |
# File 'sig/types.rbs', line 248 def @error_message end |
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
247 248 249 |
# File 'sig/types.rbs', line 247 def state @state end |
#use_off_peak_window ⇒ Boolean
Returns the value of attribute use_off_peak_window.
249 250 251 |
# File 'sig/types.rbs', line 249 def use_off_peak_window @use_off_peak_window end |