Class: Aws::Types::FacetResult
- Inherits:
-
Object
- Object
- Aws::Types::FacetResult
- 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.
-
#document_attribute_value_count_pairs ⇒ ::Array[Types::DocumentAttributeValueCountPair]
Returns the value of attribute document_attribute_value_count_pairs.
-
#document_attribute_value_type ⇒ "STRING_VALUE", ...
Returns the value of attribute document_attribute_value_type.
Instance Attribute Details
#document_attribute_key ⇒ ::String
Returns the value of attribute document_attribute_key.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def document_attribute_key @document_attribute_key end |
#document_attribute_value_count_pairs ⇒ ::Array[Types::DocumentAttributeValueCountPair]
Returns the value of attribute document_attribute_value_count_pairs.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def document_attribute_value_count_pairs @document_attribute_value_count_pairs end |
#document_attribute_value_type ⇒ "STRING_VALUE", ...
Returns the value of attribute document_attribute_value_type.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def document_attribute_value_type @document_attribute_value_type end |