Class: Aws::Types::MongoDbDataProviderSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#auth_mechanism"default", ...

Returns the value of attribute auth_mechanism.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



2041
2042
2043
# File 'sig/types.rbs', line 2041

def database_name
  @database_name
end

#port::Integer

Returns the value of attribute port.

Returns:



2040
2041
2042
# File 'sig/types.rbs', line 2040

def port
  @port
end

#server_name::String

Returns the value of attribute server_name.

Returns:



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.

Returns:



2042
2043
2044
# File 'sig/types.rbs', line 2042

def ssl_mode
  @ssl_mode
end