Class: Aws::CustomerProfiles::Types::EngagementPreferences

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Object that defines users preferred methods of engagement.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#emailArray<Types::ContactPreference>

A list of email-related contact preferences

Returns:



2724
2725
2726
2727
2728
2729
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2724

class EngagementPreferences < Struct.new(
  :phone,
  :email)
  SENSITIVE = []
  include Aws::Structure
end

#phoneArray<Types::ContactPreference>

A list of phone-related contact preferences

Returns:



2724
2725
2726
2727
2728
2729
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2724

class EngagementPreferences < Struct.new(
  :phone,
  :email)
  SENSITIVE = []
  include Aws::Structure
end