Class: Aws::Types::SwitchoverAutonomousDatabaseOutput
- Inherits:
-
Object
- Object
- Aws::Types::SwitchoverAutonomousDatabaseOutput
- 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.
2432 2433 2434 |
# File 'sig/types.rbs', line 2432 def autonomous_database_id @autonomous_database_id end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2433 2434 2435 |
# File 'sig/types.rbs', line 2433 def display_name @display_name end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
2434 2435 2436 |
# File 'sig/types.rbs', line 2434 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
2435 2436 2437 |
# File 'sig/types.rbs', line 2435 def status_reason @status_reason end |