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.
144 145 146 |
# File 'sig/types.rbs', line 144 def creation_date @creation_date end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
148 149 150 |
# File 'sig/types.rbs', line 148 def @error_message end |
#pending_deletion ⇒ Boolean
Returns the value of attribute pending_deletion.
149 150 151 |
# File 'sig/types.rbs', line 149 def pending_deletion @pending_deletion end |
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
147 148 149 |
# File 'sig/types.rbs', line 147 def state @state end |
#update_date ⇒ ::Time
Returns the value of attribute update_date.
145 146 147 |
# File 'sig/types.rbs', line 145 def update_date @update_date end |
#update_version ⇒ ::Integer
Returns the value of attribute update_version.
146 147 148 |
# File 'sig/types.rbs', line 146 def update_version @update_version end |