Class: Aws::Types::AutoTuneOptionsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def error_message
  @error_message
end

#state"ENABLED", ...

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED", "ENABLE_IN_PROGRESS", "DISABLE_IN_PROGRESS", "DISABLED_AND_ROLLBACK_SCHEDULED", "DISABLED_AND_ROLLBACK_IN_PROGRESS", "DISABLED_AND_ROLLBACK_COMPLETE", "DISABLED_AND_ROLLBACK_ERROR", "ERROR")


247
248
249
# File 'sig/types.rbs', line 247

def state
  @state
end

#use_off_peak_windowBoolean

Returns the value of attribute use_off_peak_window.

Returns:

  • (Boolean)


249
250
251
# File 'sig/types.rbs', line 249

def use_off_peak_window
  @use_off_peak_window
end