Class: Aws::Types::AutoTuneStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


260
261
262
# File 'sig/types.rbs', line 260

def creation_date
  @creation_date
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


264
265
266
# File 'sig/types.rbs', line 264

def error_message
  @error_message
end

#pending_deletionBoolean

Returns the value of attribute pending_deletion.

Returns:

  • (Boolean)


265
266
267
# File 'sig/types.rbs', line 265

def pending_deletion
  @pending_deletion
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")


263
264
265
# File 'sig/types.rbs', line 263

def state
  @state
end

#update_date::Time

Returns the value of attribute update_date.

Returns:

  • (::Time)


261
262
263
# File 'sig/types.rbs', line 261

def update_date
  @update_date
end

#update_version::Integer

Returns the value of attribute update_version.

Returns:

  • (::Integer)


262
263
264
# File 'sig/types.rbs', line 262

def update_version
  @update_version
end