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


13814
13815
13816
# File 'sig/types.rbs', line 13814

def auto_recovery
  @auto_recovery
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


13813
13814
13815
# File 'sig/types.rbs', line 13813

def instance_id
  @instance_id
end

#reboot_migration"disabled", "default"

Returns the value of attribute reboot_migration.

Returns:

  • ("disabled", "default")


13815
13816
13817
# File 'sig/types.rbs', line 13815

def reboot_migration
  @reboot_migration
end