Class: Aws::Types::OpenSearchServerlessFieldMapping
- Inherits:
-
Object
- Object
- Aws::Types::OpenSearchServerlessFieldMapping
- 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.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def end |
#text_field ⇒ ::String
Returns the value of attribute text_field.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def text_field @text_field end |
#vector_field ⇒ ::String
Returns the value of attribute vector_field.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def vector_field @vector_field end |