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")])


785
786
787
# File 'sig/types.rbs', line 785

def facet_types
  @facet_types
end

#filters::Array[Types::SearchFilter]

Returns the value of attribute filters.

Returns:



784
785
786
# File 'sig/types.rbs', line 784

def filters
  @filters
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


786
787
788
# File 'sig/types.rbs', line 786

def next_token
  @next_token
end

#search_text::String

Returns the value of attribute search_text.

Returns:

  • (::String)


783
784
785
# File 'sig/types.rbs', line 783

def search_text
  @search_text
end