Class: Aws::Types::ModifyInstanceMaintenanceOptionsRequest

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


13806
13807
13808
# File 'sig/types.rbs', line 13806

def auto_recovery
  @auto_recovery
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13808
13809
13810
# File 'sig/types.rbs', line 13808

def dry_run
  @dry_run
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


13805
13806
13807
# File 'sig/types.rbs', line 13805

def instance_id
  @instance_id
end

#reboot_migration"disabled", "default"

Returns the value of attribute reboot_migration.

Returns:

  • ("disabled", "default")


13807
13808
13809
# File 'sig/types.rbs', line 13807

def reboot_migration
  @reboot_migration
end