Class: Aws::ServiceCatalog::Types::ListRecordHistorySearchFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ListRecordHistorySearchFilter
- 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
-
#key ⇒ String
The filter key.
-
#value ⇒ String
The filter value.
Instance Attribute Details
#key ⇒ String
The filter key.
product
- Filter results based on the specified product identifier.provisionedproduct
- Filter results based on the provisioned product identifier.
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 |
#value ⇒ String
The filter value.
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 |