Class: Aws::Connect::Types::EvaluationContactParticipant

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#contact_participant_idString

The identifier for the contact participant.

Returns:

  • (String)


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_roleString

The role of the contact participant.

Returns:

  • (String)


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