class Aws::ServiceCatalog::Types::ListRecordHistoryInput

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

data as a hash:

    {
      accept_language: "AcceptLanguage",
      access_level_filter: {
        key: "Account", # accepts Account, Role, User
        value: "AccessLevelFilterValue",
      },
      search_filter: {
        key: "SearchFilterKey",
        value: "SearchFilterValue",
      },
      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] search_filter

The search filter to scope the results.
@return [Types::ListRecordHistorySearchFilter]

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

Constants

SENSITIVE