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:



2426
2427
2428
2429
2430
2431
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2426

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

#phoneArray<Types::ContactPreference>

A list of phone-related contact preferences

Returns:



2426
2427
2428
2429
2430
2431
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2426

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