Class: Aws::CustomerProfiles::Types::EngagementPreferences
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::EngagementPreferences
- 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
-
#email ⇒ Array<Types::ContactPreference>
A list of email-related contact preferences.
-
#phone ⇒ Array<Types::ContactPreference>
A list of phone-related contact preferences.
Instance Attribute Details
#email ⇒ Array<Types::ContactPreference>
A list of email-related contact preferences
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 |
#phone ⇒ Array<Types::ContactPreference>
A list of phone-related contact preferences
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 |