class Aws::ServiceCatalog::Types::SearchProductsAsAdminInput
@note When making an API call, you may pass SearchProductsAsAdminInput
data as a hash: { accept_language: "AcceptLanguage", portfolio_id: "Id", filters: { "FullTextSearch" => ["ProductViewFilterValue"], }, sort_by: "Title", # accepts Title, VersionCount, CreationDate sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING page_token: "PageToken", page_size: 1, product_source: "ACCOUNT", # accepts ACCOUNT }
@!attribute [rw] accept_language
The language code. * `en` - English (default) * `jp` - Japanese * `zh` - Chinese @return [String]
@!attribute [rw] portfolio_id
The portfolio identifier. @return [String]
@!attribute [rw] filters
The search filters. If no search filters are specified, the output includes all products to which the administrator has access. @return [Hash<String,Array<String>>]
@!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]
@!attribute [rw] page_size
The maximum number of items to return with this call. @return [Integer]
@!attribute [rw] product_source
Access level of the source of the product. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/SearchProductsAsAdminInput AWS API Documentation
Constants
- SENSITIVE