class Aws::ServiceCatalog::Types::SearchProductsInput

@note When making an API call, you may pass SearchProductsInput

data as a hash:

    {
      accept_language: "AcceptLanguage",
      filters: {
        "FullTextSearch" => ["ProductViewFilterValue"],
      },
      page_size: 1,
      sort_by: "Title", # accepts Title, VersionCount, CreationDate
      sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
      page_token: "PageToken",
    }

@!attribute [rw] accept_language

The language code.

* `en` - English (default)

* `jp` - Japanese

* `zh` - Chinese
@return [String]

@!attribute [rw] filters

The search filters. If no search filters are specified, the output
includes all products to which the caller has access.
@return [Hash<String,Array<String>>]

@!attribute [rw] page_size

The maximum number of items to return with this call.
@return [Integer]

@!attribute [rw] sort_by

The sort field. If no value is specified, the results are not
sorted.
@return [String]

@!attribute [rw] sort_order

The sort order. If no value is specified, the results are not
sorted.
@return [String]

@!attribute [rw] page_token

The page token for the next set of results. To retrieve the first
set of results, use null.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/SearchProductsInput AWS API Documentation

Constants

SENSITIVE