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.
14135 14136 14137 |
# File 'sig/types.rbs', line 14135 def auto_recovery @auto_recovery end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
14134 14135 14136 |
# File 'sig/types.rbs', line 14134 def instance_id @instance_id end |
#reboot_migration ⇒ "disabled", "default"
Returns the value of attribute reboot_migration.
14136 14137 14138 |
# File 'sig/types.rbs', line 14136 def reboot_migration @reboot_migration end |