Class: Aws::Types::OpenSearchServerlessConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#collection_arn::String

Returns the value of attribute collection_arn.

Returns:

  • (::String)


2098
2099
2100
# File 'sig/types.rbs', line 2098

def collection_arn
  @collection_arn
end

#field_mappingTypes::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.

Returns:

  • (::String)


2099
2100
2101
# File 'sig/types.rbs', line 2099

def vector_index_name
  @vector_index_name
end