Class: Aws::Types::InstanceMaintenanceOptions
- Inherits:
-
Object
- Object
- Aws::Types::InstanceMaintenanceOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_recovery ⇒ "disabled", "default"
Returns the value of attribute auto_recovery.
-
#reboot_migration ⇒ "disabled", "default"
Returns the value of attribute reboot_migration.
Instance Attribute Details
#auto_recovery ⇒ "disabled", "default"
Returns the value of attribute auto_recovery.
11491 11492 11493 |
# File 'sig/types.rbs', line 11491 def auto_recovery @auto_recovery end |
#reboot_migration ⇒ "disabled", "default"
Returns the value of attribute reboot_migration.
11492 11493 11494 |
# File 'sig/types.rbs', line 11492 def reboot_migration @reboot_migration end |