Class: Aws::Types::ModifyInstanceMaintenanceOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyInstanceMaintenanceOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_recovery ⇒ "disabled", "default"
Returns the value of attribute auto_recovery.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#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.
13509 13510 13511 |
# File 'sig/types.rbs', line 13509 def auto_recovery @auto_recovery end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13511 13512 13513 |
# File 'sig/types.rbs', line 13511 def dry_run @dry_run end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
13508 13509 13510 |
# File 'sig/types.rbs', line 13508 def instance_id @instance_id end |
#reboot_migration ⇒ "disabled", "default"
Returns the value of attribute reboot_migration.
13510 13511 13512 |
# File 'sig/types.rbs', line 13510 def reboot_migration @reboot_migration end |