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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb

Overview

The search filter to use when listing history records.

Constant Summary collapse

SENSITIVE =
[]

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)


3700
3701
3702
3703
3704
3705
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3700

class ListRecordHistorySearchFilter < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The filter value.

Returns:

  • (String)


3700
3701
3702
3703
3704
3705
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3700

class ListRecordHistorySearchFilter < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end