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.
982 983 984 |
# File 'sig/types.rbs', line 982 def contact_id @contact_id end |
#include_raw_message ⇒ Boolean
Returns the value of attribute include_raw_message.
984 985 986 |
# File 'sig/types.rbs', line 984 def @include_raw_message end |
#participant_role ⇒ "AGENT", ...
Returns the value of attribute participant_role.
983 984 985 |
# File 'sig/types.rbs', line 983 def participant_role @participant_role end |