Class: Aws::Types::OpenSearchManagedClusterFieldMapping

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metadata_field::String

Returns the value of attribute metadata_field.

Returns:

  • (::String)


2093
2094
2095
# File 'sig/types.rbs', line 2093

def 
  @metadata_field
end

#text_field::String

Returns the value of attribute text_field.

Returns:

  • (::String)


2092
2093
2094
# File 'sig/types.rbs', line 2092

def text_field
  @text_field
end

#vector_field::String

Returns the value of attribute vector_field.

Returns:

  • (::String)


2091
2092
2093
# File 'sig/types.rbs', line 2091

def vector_field
  @vector_field
end