Class: Aws::CustomerProfiles::Types::ContactPreference

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#contact_typeString

The contact type used for engagement. For example: HomePhoneNumber, PersonalEmailAddress.

Returns:

  • (String)


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_nameString

A searchable, unique identifier of a customer profile.

Returns:

  • (String)


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_valueString

The key value used to look up profile based off the keyName.

Returns:

  • (String)


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_idString

The unique identifier of a customer profile.

Returns:

  • (String)


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