Class: Aws::Connect::Types::ParticipantDetailsToAdd
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ParticipantDetailsToAdd
- 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
-
#display_name ⇒ String
The display name of the participant.
-
#participant_role ⇒ String
The role of the participant being added.
Instance Attribute Details
#display_name ⇒ String
The display name of the participant.
16144 16145 16146 16147 16148 16149 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16144 class ParticipantDetailsToAdd < Struct.new( :participant_role, :display_name) SENSITIVE = [] include Aws::Structure end |
#participant_role ⇒ String
The role of the participant being added.
16144 16145 16146 16147 16148 16149 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16144 class ParticipantDetailsToAdd < Struct.new( :participant_role, :display_name) SENSITIVE = [] include Aws::Structure end |