Class: Aws::Types::ModifyInstanceMaintenanceOptionsResult
- Inherits:
-
Object
- Object
- Aws::Types::ModifyInstanceMaintenanceOptionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_recovery ⇒ "disabled", "default"
Returns the value of attribute auto_recovery.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#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.
13517 13518 13519 |
# File 'sig/types.rbs', line 13517 def auto_recovery @auto_recovery end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
13516 13517 13518 |
# File 'sig/types.rbs', line 13516 def instance_id @instance_id end |
#reboot_migration ⇒ "disabled", "default"
Returns the value of attribute reboot_migration.
13518 13519 13520 |
# File 'sig/types.rbs', line 13518 def reboot_migration @reboot_migration end |