Class: Aws::Types::StopDBInstanceMessage
- Inherits:
-
Object
- Object
- Aws::Types::StopDBInstanceMessage
- 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.
-
#db_snapshot_identifier ⇒ ::String
Returns the value of attribute db_snapshot_identifier.
Instance Attribute Details
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
4354 4355 4356 |
# File 'sig/types.rbs', line 4354 def db_instance_identifier @db_instance_identifier end |
#db_snapshot_identifier ⇒ ::String
Returns the value of attribute db_snapshot_identifier.
4355 4356 4357 |
# File 'sig/types.rbs', line 4355 def db_snapshot_identifier @db_snapshot_identifier end |