Class: Aws::Types::AutonomousDatabasePeerSummary
- Inherits:
-
Object
- Object
- Aws::Types::AutonomousDatabasePeerSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#autonomous_database_arn ⇒ ::String
Returns the value of attribute autonomous_database_arn.
-
#autonomous_database_id ⇒ ::String
Returns the value of attribute autonomous_database_id.
-
#ocid ⇒ ::String
Returns the value of attribute ocid.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#autonomous_database_arn ⇒ ::String
Returns the value of attribute autonomous_database_arn.
258 259 260 |
# File 'sig/types.rbs', line 258 def autonomous_database_arn @autonomous_database_arn end |
#autonomous_database_id ⇒ ::String
Returns the value of attribute autonomous_database_id.
257 258 259 |
# File 'sig/types.rbs', line 257 def autonomous_database_id @autonomous_database_id end |
#ocid ⇒ ::String
Returns the value of attribute ocid.
259 260 261 |
# File 'sig/types.rbs', line 259 def ocid @ocid end |
#region ⇒ ::String
Returns the value of attribute region.
260 261 262 |
# File 'sig/types.rbs', line 260 def region @region end |