class Aws::ServiceCatalog::Types::SearchProvisionedProductsInput

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

data as a hash:

    {
      accept_language: "AcceptLanguage",
      access_level_filter: {
        key: "Account", # accepts Account, Role, User
        value: "AccessLevelFilterValue",
      },
      filters: {
        "SearchQuery" => ["ProvisionedProductViewFilterValue"],
      },
      sort_by: "SortField",
      sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
      page_size: 1,
      page_token: "PageToken",
    }

@!attribute [rw] accept_language

The language code.

* `en` - English (default)

* `jp` - Japanese

* `zh` - Chinese
@return [String]

@!attribute [rw] access_level_filter

The access level to use to obtain results. The default is `User`.
@return [Types::AccessLevelFilter]

@!attribute [rw] filters

The search filters.

When the key is `SearchQuery`, the searchable fields are `arn`,
`createdTime`, `id`, `lastRecordId`, `idempotencyToken`, `name`,
`physicalId`, `productId`, `provisioningArtifact`, `type`, `status`,
`tags`, `userArn`, `userArnSession`, `lastProvisioningRecordId`,
`lastSuccessfulProvisioningRecordId`, `productName`, and
`provisioningArtifactName`.

Example: `"SearchQuery":["status:AVAILABLE"]`
@return [Hash<String,Array<String>>]

@!attribute [rw] sort_by

The sort field. If no value is specified, the results are not
sorted. The valid values are `arn`, `id`, `name`, and
`lastRecordId`.
@return [String]

@!attribute [rw] sort_order

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

@!attribute [rw] page_size

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

@!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/SearchProvisionedProductsInput AWS API Documentation

Constants

SENSITIVE