Class: Aws::Connect::Types::ParticipantCapabilities
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ParticipantCapabilities
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
The configuration for the allowed capabilities for participants present over the call.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#video ⇒ String
The configuration having the video sharing capabilities for participants over the call.
Instance Attribute Details
#video ⇒ String
The configuration having the video sharing capabilities for participants over the call.
14900 14901 14902 14903 14904 |
# File 'lib/aws-sdk-connect/types.rb', line 14900 class ParticipantCapabilities < Struct.new( :video) SENSITIVE = [] include Aws::Structure end |