Class: Aws::Types::DeleteDBInstanceMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.

Returns:

  • (::String)


1824
1825
1826
# File 'sig/types.rbs', line 1824

def db_instance_identifier
  @db_instance_identifier
end

#delete_automated_backupsBoolean

Returns the value of attribute delete_automated_backups.

Returns:

  • (Boolean)


1827
1828
1829
# File 'sig/types.rbs', line 1827

def delete_automated_backups
  @delete_automated_backups
end

#final_db_snapshot_identifier::String

Returns the value of attribute final_db_snapshot_identifier.

Returns:

  • (::String)


1826
1827
1828
# File 'sig/types.rbs', line 1826

def final_db_snapshot_identifier
  @final_db_snapshot_identifier
end

#skip_final_snapshotBoolean

Returns the value of attribute skip_final_snapshot.

Returns:

  • (Boolean)


1825
1826
1827
# File 'sig/types.rbs', line 1825

def skip_final_snapshot
  @skip_final_snapshot
end