Class: Aws::Types::AutoTuneStatus
- Inherits:
-
Object
- Object
- Aws::Types::AutoTuneStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#pending_deletion ⇒ Boolean
Returns the value of attribute pending_deletion.
-
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
-
#update_date ⇒ ::Time
Returns the value of attribute update_date.
-
#update_version ⇒ ::Integer
Returns the value of attribute update_version.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
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.
264 265 266 |
# File 'sig/types.rbs', line 264 def @error_message end |
#pending_deletion ⇒ Boolean
Returns the value of attribute pending_deletion.
265 266 267 |
# File 'sig/types.rbs', line 265 def pending_deletion @pending_deletion end |
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
263 264 265 |
# File 'sig/types.rbs', line 263 def state @state end |
#update_date ⇒ ::Time
Returns the value of attribute update_date.
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.
262 263 264 |
# File 'sig/types.rbs', line 262 def update_version @update_version end |