Class: Aws::Types::RebootAutonomousDatabaseInput
- Inherits:
-
Object
- Object
- Aws::Types::RebootAutonomousDatabaseInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#autonomous_database_id ⇒ ::String
Returns the value of attribute autonomous_database_id.
-
#is_online_reboot ⇒ Boolean
Returns the value of attribute is_online_reboot.
Instance Attribute Details
#autonomous_database_id ⇒ ::String
Returns the value of attribute autonomous_database_id.
2225 2226 2227 |
# File 'sig/types.rbs', line 2225 def autonomous_database_id @autonomous_database_id end |
#is_online_reboot ⇒ Boolean
Returns the value of attribute is_online_reboot.
2226 2227 2228 |
# File 'sig/types.rbs', line 2226 def is_online_reboot @is_online_reboot end |