Class: Aws::Connect::Types::EvaluationContactParticipant
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationContactParticipant
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Information about a contact participant in the evaluation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_participant_id ⇒ String
The identifier for the contact participant.
-
#contact_participant_role ⇒ String
The role of the contact participant.
Instance Attribute Details
#contact_participant_id ⇒ String
The identifier for the contact participant.
11645 11646 11647 11648 11649 11650 |
# File 'lib/aws-sdk-connect/types.rb', line 11645 class EvaluationContactParticipant < Struct.new( :contact_participant_role, :contact_participant_id) SENSITIVE = [] include Aws::Structure end |
#contact_participant_role ⇒ String
The role of the contact participant.
11645 11646 11647 11648 11649 11650 |
# File 'lib/aws-sdk-connect/types.rb', line 11645 class EvaluationContactParticipant < Struct.new( :contact_participant_role, :contact_participant_id) SENSITIVE = [] include Aws::Structure end |