Class: Aws::Types::DocDbDataProviderSettings
- Inherits:
-
Object
- Object
- Aws::Types::DocDbDataProviderSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#server_name ⇒ ::String
Returns the value of attribute server_name.
-
#ssl_mode ⇒ "none", ...
Returns the value of attribute ssl_mode.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def certificate_arn @certificate_arn end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def database_name @database_name end |
#port ⇒ ::Integer
Returns the value of attribute port.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def port @port end |
#server_name ⇒ ::String
Returns the value of attribute server_name.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def server_name @server_name end |
#ssl_mode ⇒ "none", ...
Returns the value of attribute ssl_mode.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def ssl_mode @ssl_mode end |