Class: Aws::Types::DeleteTenantDatabaseMessage

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)


1917
1918
1919
# File 'sig/types.rbs', line 1917

def db_instance_identifier
  @db_instance_identifier
end

#final_db_snapshot_identifier::String

Returns the value of attribute final_db_snapshot_identifier.

Returns:

  • (::String)


1920
1921
1922
# File 'sig/types.rbs', line 1920

def final_db_snapshot_identifier
  @final_db_snapshot_identifier
end

#skip_final_snapshotBoolean

Returns the value of attribute skip_final_snapshot.

Returns:

  • (Boolean)


1919
1920
1921
# File 'sig/types.rbs', line 1919

def skip_final_snapshot
  @skip_final_snapshot
end

#tenant_db_name::String

Returns the value of attribute tenant_db_name.

Returns:

  • (::String)


1918
1919
1920
# File 'sig/types.rbs', line 1918

def tenant_db_name
  @tenant_db_name
end