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)


11679
11680
11681
11682
11683
11684
# File 'lib/aws-sdk-connect/types.rb', line 11679

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)


11679
11680
11681
11682
11683
11684
# File 'lib/aws-sdk-connect/types.rb', line 11679

class EvaluationContactParticipant < Struct.new(
  :contact_participant_role,
  :contact_participant_id)
  SENSITIVE = []
  include Aws::Structure
end