Class: Aws::Types::EngagementPreferences
- Inherits:
-
Object
- Object
- Aws::Types::EngagementPreferences
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email ⇒ ::Array[Types::ContactPreference]
Returns the value of attribute email.
-
#phone ⇒ ::Array[Types::ContactPreference]
Returns the value of attribute phone.
Instance Attribute Details
#email ⇒ ::Array[Types::ContactPreference]
Returns the value of attribute email.
877 878 879 |
# File 'sig/types.rbs', line 877 def email @email end |
#phone ⇒ ::Array[Types::ContactPreference]
Returns the value of attribute phone.
876 877 878 |
# File 'sig/types.rbs', line 876 def phone @phone end |