Class: Aws::Connect::Types::ParticipantDetailsToAdd

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

The details to add for the participant.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

The display name of the participant.

Returns:

  • (String)


13730
13731
13732
13733
13734
13735
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13730

class ParticipantDetailsToAdd < Struct.new(
  :participant_role,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end

#participant_roleString

The role of the participant being added.

Returns:

  • (String)


13730
13731
13732
13733
13734
13735
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13730

class ParticipantDetailsToAdd < Struct.new(
  :participant_role,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end