Class: Aws::Types::EvaluationContactParticipant
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationContactParticipant
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_participant_id ⇒ ::String
Returns the value of attribute contact_participant_id.
-
#contact_participant_role ⇒ "AGENT", ...
Returns the value of attribute contact_participant_role.
Instance Attribute Details
#contact_participant_id ⇒ ::String
Returns the value of attribute contact_participant_id.
3353 3354 3355 |
# File 'sig/types.rbs', line 3353 def contact_participant_id @contact_participant_id end |
#contact_participant_role ⇒ "AGENT", ...
Returns the value of attribute contact_participant_role.
3352 3353 3354 |
# File 'sig/types.rbs', line 3352 def contact_participant_role @contact_participant_role end |