Class: Aws::Types::ContactConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ContactConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#include_raw_message ⇒ Boolean
Returns the value of attribute include_raw_message.
-
#participant_role ⇒ "AGENT", ...
Returns the value of attribute participant_role.
Instance Attribute Details
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
968 969 970 |
# File 'sig/types.rbs', line 968 def contact_id @contact_id end |
#include_raw_message ⇒ Boolean
Returns the value of attribute include_raw_message.
970 971 972 |
# File 'sig/types.rbs', line 970 def @include_raw_message end |
#participant_role ⇒ "AGENT", ...
Returns the value of attribute participant_role.
969 970 971 |
# File 'sig/types.rbs', line 969 def participant_role @participant_role end |