Class: Aws::Types::RebootDBInstanceMessage
- Inherits:
-
Object
- Object
- Aws::Types::RebootDBInstanceMessage
- 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.
-
#force_failover ⇒ Boolean
Returns the value of attribute force_failover.
Instance Attribute Details
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
3620 3621 3622 |
# File 'sig/types.rbs', line 3620 def db_instance_identifier @db_instance_identifier end |
#force_failover ⇒ Boolean
Returns the value of attribute force_failover.
3621 3622 3623 |
# File 'sig/types.rbs', line 3621 def force_failover @force_failover end |