Class: Aws::CustomerProfiles::Types::ObjectFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ObjectFilter
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
The filter applied to ListProfileObjects response to include profile
objects with the specified index values.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_name ⇒ String
A searchable identifier of a profile object.
-
#values ⇒ Array<String>
A list of key values.
Instance Attribute Details
#key_name ⇒ String
A searchable identifier of a profile object. The predefined keys you
can use to search for _asset include: _assetId, _assetName,
and _serialNumber. The predefined keys you can use to search for
_case include: _caseId. The predefined keys you can use to
search for _order include: _orderId.
7074 7075 7076 7077 7078 7079 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7074 class ObjectFilter < Struct.new( :key_name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
A list of key values.
7074 7075 7076 7077 7078 7079 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7074 class ObjectFilter < Struct.new( :key_name, :values) SENSITIVE = [] include Aws::Structure end |