Class: Aws::Types::MongoDbSettings

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#auth_mechanism"default", ...

Returns the value of attribute auth_mechanism.



2057
2058
2059
# File 'sig/types.rbs', line 2057

def auth_mechanism
  @auth_mechanism
end

#auth_source::String

Returns the value of attribute auth_source.



2061
2062
2063
# File 'sig/types.rbs', line 2061

def auth_source
  @auth_source
end

#auth_type"no", "password"

Returns the value of attribute auth_type.



2056
2057
2058
# File 'sig/types.rbs', line 2056

def auth_type
  @auth_type
end

#database_name::String

Returns the value of attribute database_name.



2055
2056
2057
# File 'sig/types.rbs', line 2055

def database_name
  @database_name
end

#docs_to_investigate::String

Returns the value of attribute docs_to_investigate.



2060
2061
2062
# File 'sig/types.rbs', line 2060

def docs_to_investigate
  @docs_to_investigate
end

#extract_doc_id::String

Returns the value of attribute extract_doc_id.



2059
2060
2061
# File 'sig/types.rbs', line 2059

def extract_doc_id
  @extract_doc_id
end

#kms_key_id::String

Returns the value of attribute kms_key_id.



2062
2063
2064
# File 'sig/types.rbs', line 2062

def kms_key_id
  @kms_key_id
end

#nesting_level"none", "one"

Returns the value of attribute nesting_level.



2058
2059
2060
# File 'sig/types.rbs', line 2058

def nesting_level
  @nesting_level
end

#password::String

Returns the value of attribute password.



2052
2053
2054
# File 'sig/types.rbs', line 2052

def password
  @password
end

#port::Integer

Returns the value of attribute port.



2054
2055
2056
# File 'sig/types.rbs', line 2054

def port
  @port
end

#replicate_shard_collectionsBoolean

Returns the value of attribute replicate_shard_collections.



2066
2067
2068
# File 'sig/types.rbs', line 2066

def replicate_shard_collections
  @replicate_shard_collections
end

#secrets_manager_access_role_arn::String

Returns the value of attribute secrets_manager_access_role_arn.



2063
2064
2065
# File 'sig/types.rbs', line 2063

def secrets_manager_access_role_arn
  @secrets_manager_access_role_arn
end

#secrets_manager_secret_id::String

Returns the value of attribute secrets_manager_secret_id.



2064
2065
2066
# File 'sig/types.rbs', line 2064

def secrets_manager_secret_id
  @secrets_manager_secret_id
end

#server_name::String

Returns the value of attribute server_name.



2053
2054
2055
# File 'sig/types.rbs', line 2053

def server_name
  @server_name
end

#use_update_look_upBoolean

Returns the value of attribute use_update_look_up.



2065
2066
2067
# File 'sig/types.rbs', line 2065

def use_update_look_up
  @use_update_look_up
end

#username::String

Returns the value of attribute username.



2051
2052
2053
# File 'sig/types.rbs', line 2051

def username
  @username
end