Class: Aws::Types::SearchFacetsInput
- Inherits:
-
Object
- Object
- Aws::Types::SearchFacetsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#facet_types ⇒ ::Array[("AVERAGE_CUSTOMER_RATING" | "CATEGORY" | "PUBLISHER" | "FULFILLMENT_OPTION_TYPE" | "PRICING_MODEL" | "PRICING_UNIT" | "DEPLOYED_ON_AWS" | "NUMBER_OF_PRODUCTS")]
Returns the value of attribute facet_types.
-
#filters ⇒ ::Array[Types::SearchFilter]
Returns the value of attribute filters.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#search_text ⇒ ::String
Returns the value of attribute search_text.
Instance Attribute Details
#facet_types ⇒ ::Array[("AVERAGE_CUSTOMER_RATING" | "CATEGORY" | "PUBLISHER" | "FULFILLMENT_OPTION_TYPE" | "PRICING_MODEL" | "PRICING_UNIT" | "DEPLOYED_ON_AWS" | "NUMBER_OF_PRODUCTS")]
Returns the value of attribute facet_types.
742 743 744 |
# File 'sig/types.rbs', line 742 def facet_types @facet_types end |
#filters ⇒ ::Array[Types::SearchFilter]
Returns the value of attribute filters.
741 742 743 |
# File 'sig/types.rbs', line 741 def filters @filters end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
743 744 745 |
# File 'sig/types.rbs', line 743 def next_token @next_token end |
#search_text ⇒ ::String
Returns the value of attribute search_text.
740 741 742 |
# File 'sig/types.rbs', line 740 def search_text @search_text end |