Class: Aws::Types::MongoDbAtlasConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MongoDbAtlasConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection_name ⇒ ::String
Returns the value of attribute collection_name.
-
#credentials_secret_arn ⇒ ::String
Returns the value of attribute credentials_secret_arn.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#endpoint_service_name ⇒ ::String
Returns the value of attribute endpoint_service_name.
-
#field_mapping ⇒ Types::MongoDbAtlasFieldMapping
Returns the value of attribute field_mapping.
-
#text_index_name ⇒ ::String
Returns the value of attribute text_index_name.
-
#vector_index_name ⇒ ::String
Returns the value of attribute vector_index_name.
Instance Attribute Details
#collection_name ⇒ ::String
Returns the value of attribute collection_name.
2033 2034 2035 |
# File 'sig/types.rbs', line 2033 def collection_name @collection_name end |
#credentials_secret_arn ⇒ ::String
Returns the value of attribute credentials_secret_arn.
2035 2036 2037 |
# File 'sig/types.rbs', line 2035 def credentials_secret_arn @credentials_secret_arn end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
2032 2033 2034 |
# File 'sig/types.rbs', line 2032 def database_name @database_name end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
2031 2032 2033 |
# File 'sig/types.rbs', line 2031 def endpoint @endpoint end |
#endpoint_service_name ⇒ ::String
Returns the value of attribute endpoint_service_name.
2037 2038 2039 |
# File 'sig/types.rbs', line 2037 def endpoint_service_name @endpoint_service_name end |
#field_mapping ⇒ Types::MongoDbAtlasFieldMapping
Returns the value of attribute field_mapping.
2036 2037 2038 |
# File 'sig/types.rbs', line 2036 def field_mapping @field_mapping end |
#text_index_name ⇒ ::String
Returns the value of attribute text_index_name.
2038 2039 2040 |
# File 'sig/types.rbs', line 2038 def text_index_name @text_index_name end |
#vector_index_name ⇒ ::String
Returns the value of attribute vector_index_name.
2034 2035 2036 |
# File 'sig/types.rbs', line 2034 def vector_index_name @vector_index_name end |