Class: Aws::Types::SearchSchemaElement
- Inherits:
-
Object
- Object
- Aws::Types::SearchSchemaElement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#search_schema_element_type ⇒ "HASH", "INLINE_FILTER"
Returns the value of attribute search_schema_element_type.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
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.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def search_schema_element_type @search_schema_element_type end |