Class: Aws::CustomerProfiles::Types::ContactPreference
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ContactPreference
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Object that defines users contact preference.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_type ⇒ String
The contact type used for engagement.
-
#key_name ⇒ String
A searchable, unique identifier of a customer profile.
-
#key_value ⇒ String
The key value used to look up profile based off the keyName.
-
#profile_id ⇒ String
The unique identifier of a customer profile.
Instance Attribute Details
#contact_type ⇒ String
The contact type used for engagement. For example: HomePhoneNumber, PersonalEmailAddress.
912 913 914 915 916 917 918 919 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 912 class ContactPreference < Struct.new( :key_name, :key_value, :profile_id, :contact_type) SENSITIVE = [] include Aws::Structure end |
#key_name ⇒ String
A searchable, unique identifier of a customer profile.
912 913 914 915 916 917 918 919 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 912 class ContactPreference < Struct.new( :key_name, :key_value, :profile_id, :contact_type) SENSITIVE = [] include Aws::Structure end |
#key_value ⇒ String
The key value used to look up profile based off the keyName.
912 913 914 915 916 917 918 919 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 912 class ContactPreference < Struct.new( :key_name, :key_value, :profile_id, :contact_type) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
The unique identifier of a customer profile.
912 913 914 915 916 917 918 919 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 912 class ContactPreference < Struct.new( :key_name, :key_value, :profile_id, :contact_type) SENSITIVE = [] include Aws::Structure end |