Class: Aws::CustomerProfiles::Types::FoundByKeyValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::FoundByKeyValue
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
A data type pair that consists of a KeyName
and Values
list that
were used to find a profile returned in response to a
SearchProfiles request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_name ⇒ String
A searchable identifier of a customer profile.
-
#values ⇒ Array<String>
A list of key values.
Instance Attribute Details
#key_name ⇒ String
A searchable identifier of a customer profile.
2636 2637 2638 2639 2640 2641 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2636 class FoundByKeyValue < Struct.new( :key_name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
A list of key values.
2636 2637 2638 2639 2640 2641 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2636 class FoundByKeyValue < Struct.new( :key_name, :values) SENSITIVE = [] include Aws::Structure end |