Class: Aws::Types::ConnectionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database_host ⇒ ::String
Returns the value of attribute database_host.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#database_port ⇒ ::Integer
Returns the value of attribute database_port.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#database_host ⇒ ::String
Returns the value of attribute database_host.
349 350 351 |
# File 'sig/types.rbs', line 349 def database_host @database_host end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
351 352 353 |
# File 'sig/types.rbs', line 351 def database_name @database_name end |
#database_port ⇒ ::Integer
Returns the value of attribute database_port.
350 351 352 |
# File 'sig/types.rbs', line 350 def database_port @database_port end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
353 354 355 |
# File 'sig/types.rbs', line 353 def secret_arn @secret_arn end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
352 353 354 |
# File 'sig/types.rbs', line 352 def table_name @table_name end |