Class: Aws::Types::Search
- Inherits:
-
Object
- Object
- Aws::Types::Search
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#displayable ⇒ Boolean
Returns the value of attribute displayable.
-
#facetable ⇒ Boolean
Returns the value of attribute facetable.
-
#searchable ⇒ Boolean
Returns the value of attribute searchable.
-
#sortable ⇒ Boolean
Returns the value of attribute sortable.
Instance Attribute Details
#displayable ⇒ Boolean
Returns the value of attribute displayable.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def displayable @displayable end |
#facetable ⇒ Boolean
Returns the value of attribute facetable.
1785 1786 1787 |
# File 'sig/types.rbs', line 1785 def facetable @facetable end |
#searchable ⇒ Boolean
Returns the value of attribute searchable.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def searchable @searchable end |
#sortable ⇒ Boolean
Returns the value of attribute sortable.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def sortable @sortable end |