Class: Aws::Types::SearchFacetsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

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


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.

Returns:



741
742
743
# File 'sig/types.rbs', line 741

def filters
  @filters
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


740
741
742
# File 'sig/types.rbs', line 740

def search_text
  @search_text
end