Class: Aws::Types::SearchFacetsOutput
- Inherits:
-
Object
- Object
- Aws::Types::SearchFacetsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#listing_facets ⇒ ::Hash[("AVERAGE_CUSTOMER_RATING" | "CATEGORY" | "PUBLISHER" | "FULFILLMENT_OPTION_TYPE" | "PRICING_MODEL" | "PRICING_UNIT" | "DEPLOYED_ON_AWS" | "NUMBER_OF_PRODUCTS"), ::Array[Types::ListingFacet]]
Returns the value of attribute listing_facets.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#total_results ⇒ ::Integer
Returns the value of attribute total_results.
Instance Attribute Details
#listing_facets ⇒ ::Hash[("AVERAGE_CUSTOMER_RATING" | "CATEGORY" | "PUBLISHER" | "FULFILLMENT_OPTION_TYPE" | "PRICING_MODEL" | "PRICING_UNIT" | "DEPLOYED_ON_AWS" | "NUMBER_OF_PRODUCTS"), ::Array[Types::ListingFacet]]
Returns the value of attribute listing_facets.
749 750 751 |
# File 'sig/types.rbs', line 749 def listing_facets @listing_facets end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
750 751 752 |
# File 'sig/types.rbs', line 750 def next_token @next_token end |
#total_results ⇒ ::Integer
Returns the value of attribute total_results.
748 749 750 |
# File 'sig/types.rbs', line 748 def total_results @total_results end |