Class: Aws::Types::MongoDbDataProviderSettings
- Inherits:
-
Object
- Object
- Aws::Types::MongoDbDataProviderSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_mechanism ⇒ "default", ...
Returns the value of attribute auth_mechanism.
-
#auth_source ⇒ ::String
Returns the value of attribute auth_source.
-
#auth_type ⇒ "no", "password"
Returns the value of attribute auth_type.
-
#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
#auth_mechanism ⇒ "default", ...
Returns the value of attribute auth_mechanism.
2046 2047 2048 |
# File 'sig/types.rbs', line 2046 def auth_mechanism @auth_mechanism end |
#auth_source ⇒ ::String
Returns the value of attribute auth_source.
2045 2046 2047 |
# File 'sig/types.rbs', line 2045 def auth_source @auth_source end |
#auth_type ⇒ "no", "password"
Returns the value of attribute auth_type.
2044 2045 2046 |
# File 'sig/types.rbs', line 2044 def auth_type @auth_type end |
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
2043 2044 2045 |
# File 'sig/types.rbs', line 2043 def certificate_arn @certificate_arn end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
2041 2042 2043 |
# File 'sig/types.rbs', line 2041 def database_name @database_name end |
#port ⇒ ::Integer
Returns the value of attribute port.
2040 2041 2042 |
# File 'sig/types.rbs', line 2040 def port @port end |
#server_name ⇒ ::String
Returns the value of attribute server_name.
2039 2040 2041 |
# File 'sig/types.rbs', line 2039 def server_name @server_name end |
#ssl_mode ⇒ "none", ...
Returns the value of attribute ssl_mode.
2042 2043 2044 |
# File 'sig/types.rbs', line 2042 def ssl_mode @ssl_mode end |