Class: Aws::Types::DeleteDbClusterInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_id::String

Returns the value of attribute db_cluster_id.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def db_cluster_id
  @db_cluster_id
end

#retain_automated_backupsBoolean

Returns the value of attribute retain_automated_backups.

Returns:

  • (Boolean)


295
296
297
# File 'sig/types.rbs', line 295

def retain_automated_backups
  @retain_automated_backups
end