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)


13311
13312
13313
13314
13315
13316
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13311

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

#participant_roleString

The role of the participant being added.

Returns:

  • (String)


13311
13312
13313
13314
13315
13316
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13311

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