Class: Aws::Types::DeleteTenantDatabaseMessage
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTenantDatabaseMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
-
#final_db_snapshot_identifier ⇒ ::String
Returns the value of attribute final_db_snapshot_identifier.
-
#skip_final_snapshot ⇒ Boolean
Returns the value of attribute skip_final_snapshot.
-
#tenant_db_name ⇒ ::String
Returns the value of attribute tenant_db_name.
Instance Attribute Details
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
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.
1920 1921 1922 |
# File 'sig/types.rbs', line 1920 def final_db_snapshot_identifier @final_db_snapshot_identifier end |
#skip_final_snapshot ⇒ Boolean
Returns the value of attribute skip_final_snapshot.
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.
1918 1919 1920 |
# File 'sig/types.rbs', line 1918 def tenant_db_name @tenant_db_name end |