Class: Aws::Types::RedisEnterpriseCloudFieldMapping
- Inherits:
-
Object
- Object
- Aws::Types::RedisEnterpriseCloudFieldMapping
- 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.
2403 2404 2405 |
# File 'sig/types.rbs', line 2403 def @metadata_field end |
#text_field ⇒ ::String
Returns the value of attribute text_field.
2402 2403 2404 |
# File 'sig/types.rbs', line 2402 def text_field @text_field end |
#vector_field ⇒ ::String
Returns the value of attribute vector_field.
2401 2402 2403 |
# File 'sig/types.rbs', line 2401 def vector_field @vector_field end |