Class: Aws::Types::SwitchoverAutonomousDatabaseInput
- Inherits:
-
Object
- Object
- Aws::Types::SwitchoverAutonomousDatabaseInput
- 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.
2426 2427 2428 |
# File 'sig/types.rbs', line 2426 def autonomous_database_id @autonomous_database_id end |
#peer_db_arn ⇒ ::String
Returns the value of attribute peer_db_arn.
2427 2428 2429 |
# File 'sig/types.rbs', line 2427 def peer_db_arn @peer_db_arn end |