Class: Aws::Types::FailoverAutonomousDatabaseOutput
- Inherits:
-
Object
- Object
- Aws::Types::FailoverAutonomousDatabaseOutput
- 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.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def autonomous_database_id @autonomous_database_id end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def display_name @display_name end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def status_reason @status_reason end |