Class: Aws::Types::RebootAutonomousDatabaseOutput
- Inherits:
-
Object
- Object
- Aws::Types::RebootAutonomousDatabaseOutput
- 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.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#autonomous_database_id ⇒ ::String
Returns the value of attribute autonomous_database_id.
2231 2232 2233 |
# File 'sig/types.rbs', line 2231 def autonomous_database_id @autonomous_database_id end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2232 2233 2234 |
# File 'sig/types.rbs', line 2232 def display_name @display_name end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
2233 2234 2235 |
# File 'sig/types.rbs', line 2233 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
2234 2235 2236 |
# File 'sig/types.rbs', line 2234 def status_reason @status_reason end |