Class: Aws::Connect::Types::ParticipantDetailsToAdd
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ParticipantDetailsToAdd
- Includes:
- Structure
- Defined in:
- 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.
15165 15166 15167 15168 15169 15170 |
# File 'lib/aws-sdk-connect/types.rb', line 15165 class ParticipantDetailsToAdd < Struct.new( :participant_role, :display_name) SENSITIVE = [] include Aws::Structure end |
#participant_role ⇒ String
The role of the participant being added.
15165 15166 15167 15168 15169 15170 |
# File 'lib/aws-sdk-connect/types.rb', line 15165 class ParticipantDetailsToAdd < Struct.new( :participant_role, :display_name) SENSITIVE = [] include Aws::Structure end |