Class: Aws::Types::SearchFacetsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::Hash[("AVERAGE_CUSTOMER_RATING" | "CATEGORY" | "PUBLISHER" | "FULFILLMENT_OPTION_TYPE" | "PRICING_MODEL" | "PRICING_UNIT" | "DEPLOYED_ON_AWS" | "NUMBER_OF_PRODUCTS"), ::Array[Types::ListingFacet]])


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


748
749
750
# File 'sig/types.rbs', line 748

def total_results
  @total_results
end