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)


515
516
517
# File 'sig/types.rbs', line 515

def db_cluster_identifier
  @db_cluster_identifier
end

#final_db_snapshot_identifier::String

Returns the value of attribute final_db_snapshot_identifier.

Returns:

  • (::String)


517
518
519
# File 'sig/types.rbs', line 517

def final_db_snapshot_identifier
  @final_db_snapshot_identifier
end

#skip_final_snapshotBoolean

Returns the value of attribute skip_final_snapshot.

Returns:

  • (Boolean)


516
517
518
# File 'sig/types.rbs', line 516

def skip_final_snapshot
  @skip_final_snapshot
end