Class: Aws::Types::MongoDbAtlasFieldMapping
- Inherits:
-
Object
- Object
- Aws::Types::MongoDbAtlasFieldMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metadata_field ⇒ ::String
Returns the value of attribute metadata_field.
-
#text_field ⇒ ::String
Returns the value of attribute text_field.
-
#vector_field ⇒ ::String
Returns the value of attribute vector_field.
Instance Attribute Details
#metadata_field ⇒ ::String
Returns the value of attribute metadata_field.
2045 2046 2047 |
# File 'sig/types.rbs', line 2045 def @metadata_field end |
#text_field ⇒ ::String
Returns the value of attribute text_field.
2044 2045 2046 |
# File 'sig/types.rbs', line 2044 def text_field @text_field end |
#vector_field ⇒ ::String
Returns the value of attribute vector_field.
2043 2044 2045 |
# File 'sig/types.rbs', line 2043 def vector_field @vector_field end |