Class: Aws::Types::DatabaseConnection
- Inherits:
-
Object
- Object
- Aws::Types::DatabaseConnection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_ip ⇒ ::String
Returns the value of attribute connection_ip.
-
#database_arn ⇒ ::String
Returns the value of attribute database_arn.
-
#database_connection_method ⇒ "DIRECT", "OVERLAY"
Returns the value of attribute database_connection_method.
Instance Attribute Details
#connection_ip ⇒ ::String
Returns the value of attribute connection_ip.
141 142 143 |
# File 'sig/types.rbs', line 141 def connection_ip @connection_ip end |
#database_arn ⇒ ::String
Returns the value of attribute database_arn.
140 141 142 |
# File 'sig/types.rbs', line 140 def database_arn @database_arn end |
#database_connection_method ⇒ "DIRECT", "OVERLAY"
Returns the value of attribute database_connection_method.
139 140 141 |
# File 'sig/types.rbs', line 139 def database_connection_method @database_connection_method end |