You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ServiceCatalog::Types::ListRecordHistorySearchFilter

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListRecordHistorySearchFilter as input to an Aws::Client method, you can use a vanilla Hash:

{
  key: "SearchFilterKey",
  value: "SearchFilterValue",
}

The search filter to use when listing history records.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The filter key.

  • product - Filter results based on the specified product identifier.

  • provisionedproduct - Filter results based on the provisioned product identifier.

Returns:

  • (String)

    The filter key.

#valueString

The filter value.

Returns:

  • (String)

    The filter value.