Class: Aws::Types::FailoverAutonomousDatabaseInput
- Inherits:
-
Object
- Object
- Aws::Types::FailoverAutonomousDatabaseInput
- 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.
-
#peer_db_arn ⇒ ::String
Returns the value of attribute peer_db_arn.
Instance Attribute Details
#autonomous_database_id ⇒ ::String
Returns the value of attribute autonomous_database_id.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def autonomous_database_id @autonomous_database_id end |
#peer_db_arn ⇒ ::String
Returns the value of attribute peer_db_arn.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def peer_db_arn @peer_db_arn end |