Class: Aws::Types::DeleteDbInstanceInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def identifier
  @identifier
end

#retain_automated_backupsBoolean

Returns the value of attribute retain_automated_backups.

Returns:

  • (Boolean)


306
307
308
# File 'sig/types.rbs', line 306

def retain_automated_backups
  @retain_automated_backups
end