Class: Aws::Types::DocDbSettings
- Inherits:
-
Object
- Object
- Aws::Types::DocDbSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#docs_to_investigate ⇒ ::Integer
Returns the value of attribute docs_to_investigate.
-
#extract_doc_id ⇒ Boolean
Returns the value of attribute extract_doc_id.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#nesting_level ⇒ "none", "one"
Returns the value of attribute nesting_level.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#replicate_shard_collections ⇒ Boolean
Returns the value of attribute replicate_shard_collections.
-
#secrets_manager_access_role_arn ⇒ ::String
Returns the value of attribute secrets_manager_access_role_arn.
-
#secrets_manager_secret_id ⇒ ::String
Returns the value of attribute secrets_manager_secret_id.
-
#server_name ⇒ ::String
Returns the value of attribute server_name.
-
#use_update_look_up ⇒ Boolean
Returns the value of attribute use_update_look_up.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#database_name ⇒ ::String
Returns the value of attribute database_name.
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.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def docs_to_investigate @docs_to_investigate end |
#extract_doc_id ⇒ Boolean
Returns the value of attribute extract_doc_id.
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.
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.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def nesting_level @nesting_level end |
#password ⇒ ::String
Returns the value of attribute password.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def password @password end |
#port ⇒ ::Integer
Returns the value of attribute port.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def port @port end |
#replicate_shard_collections ⇒ Boolean
Returns the value of attribute replicate_shard_collections.
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.
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.
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.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def server_name @server_name end |
#use_update_look_up ⇒ Boolean
Returns the value of attribute use_update_look_up.
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.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def username @username end |