Class: Aws::Types::OpenSearchServerlessConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OpenSearchServerlessConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection_arn ⇒ ::String
Returns the value of attribute collection_arn.
-
#field_mapping ⇒ Types::OpenSearchServerlessFieldMapping
Returns the value of attribute field_mapping.
-
#vector_index_name ⇒ ::String
Returns the value of attribute vector_index_name.
Instance Attribute Details
#collection_arn ⇒ ::String
Returns the value of attribute collection_arn.
2098 2099 2100 |
# File 'sig/types.rbs', line 2098 def collection_arn @collection_arn end |
#field_mapping ⇒ Types::OpenSearchServerlessFieldMapping
Returns the value of attribute field_mapping.
2100 2101 2102 |
# File 'sig/types.rbs', line 2100 def field_mapping @field_mapping end |
#vector_index_name ⇒ ::String
Returns the value of attribute vector_index_name.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def vector_index_name @vector_index_name end |