Class: Aws::Types::DeleteRelationalDatabaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRelationalDatabaseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#final_relational_database_snapshot_name ⇒ ::String
Returns the value of attribute final_relational_database_snapshot_name.
-
#relational_database_name ⇒ ::String
Returns the value of attribute relational_database_name.
-
#skip_final_snapshot ⇒ Boolean
Returns the value of attribute skip_final_snapshot.
Instance Attribute Details
#final_relational_database_snapshot_name ⇒ ::String
Returns the value of attribute final_relational_database_snapshot_name.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def final_relational_database_snapshot_name @final_relational_database_snapshot_name end |
#relational_database_name ⇒ ::String
Returns the value of attribute relational_database_name.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def relational_database_name @relational_database_name end |
#skip_final_snapshot ⇒ Boolean
Returns the value of attribute skip_final_snapshot.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def skip_final_snapshot @skip_final_snapshot end |