Class: Aws::Types::DocDbSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:password])

Instance Attribute Summary collapse

Instance Attribute Details

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


1335
1336
1337
# File 'sig/types.rbs', line 1335

def database_name
  @database_name
end

#docs_to_investigate::Integer

Returns the value of attribute docs_to_investigate.

Returns:

  • (::Integer)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def docs_to_investigate
  @docs_to_investigate
end

#extract_doc_idBoolean

Returns the value of attribute extract_doc_id.

Returns:

  • (Boolean)


1337
1338
1339
# File 'sig/types.rbs', line 1337

def extract_doc_id
  @extract_doc_id
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1339
1340
1341
# File 'sig/types.rbs', line 1339

def kms_key_id
  @kms_key_id
end

#nesting_level"none", "one"

Returns the value of attribute nesting_level.

Returns:

  • ("none", "one")


1336
1337
1338
# File 'sig/types.rbs', line 1336

def nesting_level
  @nesting_level
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


1332
1333
1334
# File 'sig/types.rbs', line 1332

def password
  @password
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1334
1335
1336
# File 'sig/types.rbs', line 1334

def port
  @port
end

#replicate_shard_collectionsBoolean

Returns the value of attribute replicate_shard_collections.

Returns:

  • (Boolean)


1343
1344
1345
# File 'sig/types.rbs', line 1343

def replicate_shard_collections
  @replicate_shard_collections
end

#secrets_manager_access_role_arn::String

Returns the value of attribute secrets_manager_access_role_arn.

Returns:

  • (::String)


1340
1341
1342
# File 'sig/types.rbs', line 1340

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.

Returns:

  • (::String)


1341
1342
1343
# File 'sig/types.rbs', line 1341

def secrets_manager_secret_id
  @secrets_manager_secret_id
end

#server_name::String

Returns the value of attribute server_name.

Returns:

  • (::String)


1333
1334
1335
# File 'sig/types.rbs', line 1333

def server_name
  @server_name
end

#use_update_look_upBoolean

Returns the value of attribute use_update_look_up.

Returns:

  • (Boolean)


1342
1343
1344
# File 'sig/types.rbs', line 1342

def use_update_look_up
  @use_update_look_up
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


1331
1332
1333
# File 'sig/types.rbs', line 1331

def username
  @username
end