Class: Aws::Types::DeleteDBClusterMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


1785
1786
1787
# File 'sig/types.rbs', line 1785

def db_cluster_identifier
  @db_cluster_identifier
end

#delete_automated_backupsBoolean

Returns the value of attribute delete_automated_backups.

Returns:

  • (Boolean)


1788
1789
1790
# File 'sig/types.rbs', line 1788

def delete_automated_backups
  @delete_automated_backups
end

#final_db_snapshot_identifier::String

Returns the value of attribute final_db_snapshot_identifier.

Returns:

  • (::String)


1787
1788
1789
# File 'sig/types.rbs', line 1787

def final_db_snapshot_identifier
  @final_db_snapshot_identifier
end

#skip_final_snapshotBoolean

Returns the value of attribute skip_final_snapshot.

Returns:

  • (Boolean)


1786
1787
1788
# File 'sig/types.rbs', line 1786

def skip_final_snapshot
  @skip_final_snapshot
end