Class: Aws::Types::Facet
- Inherits:
-
Object
- Object
- Aws::Types::Facet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_attribute_key ⇒ ::String
Returns the value of attribute document_attribute_key.
-
#facets ⇒ ::Array[Types::Facet]
Returns the value of attribute facets.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
Instance Attribute Details
#document_attribute_key ⇒ ::String
Returns the value of attribute document_attribute_key.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def document_attribute_key @document_attribute_key end |
#facets ⇒ ::Array[Types::Facet]
Returns the value of attribute facets.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def facets @facets end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def max_results @max_results end |