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_capabilities ⇒ Types::ParticipantCapabilities
The configuration for the allowed video and screen sharing capabilities for participants present over the call.
-
#participant_role ⇒ String
The role of the participant being added.
Instance Attribute Details
#display_name ⇒ String
The display name of the participant.
18114 18115 18116 18117 18118 18119 18120 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18114 class ParticipantDetailsToAdd < Struct.new( :participant_role, :display_name, :participant_capabilities) SENSITIVE = [] include Aws::Structure end |
#participant_capabilities ⇒ Types::ParticipantCapabilities
The configuration for the allowed video and screen sharing capabilities for participants present over the call. For more information, see Set up in-app, web, video calling, and screen sharing capabilities in the Amazon Connect Administrator Guide.
18114 18115 18116 18117 18118 18119 18120 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18114 class ParticipantDetailsToAdd < Struct.new( :participant_role, :display_name, :participant_capabilities) SENSITIVE = [] include Aws::Structure end |
#participant_role ⇒ String
The role of the participant being added.
18114 18115 18116 18117 18118 18119 18120 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18114 class ParticipantDetailsToAdd < Struct.new( :participant_role, :display_name, :participant_capabilities) SENSITIVE = [] include Aws::Structure end |