Class: Aws::Types::ModifyInstanceMaintenanceOptionsResult

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")


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.

Returns:

  • (::String)


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.

Returns:

  • ("disabled", "default")


13518
13519
13520
# File 'sig/types.rbs', line 13518

def reboot_migration
  @reboot_migration
end