Class: Aws::Types::InstanceMaintenanceOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_recovery"disabled", "default"

Returns the value of attribute auto_recovery.

Returns:

  • ("disabled", "default")


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.

Returns:

  • ("disabled", "default")


11492
11493
11494
# File 'sig/types.rbs', line 11492

def reboot_migration
  @reboot_migration
end