Class: Aws::Types::SearchSchemaElement

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


1531
1532
1533
# File 'sig/types.rbs', line 1531

def attribute_name
  @attribute_name
end

#search_schema_element_type"HASH", "INLINE_FILTER"

Returns the value of attribute search_schema_element_type.

Returns:

  • ("HASH", "INLINE_FILTER")


1532
1533
1534
# File 'sig/types.rbs', line 1532

def search_schema_element_type
  @search_schema_element_type
end