Class: Aws::Connect::Types::AllowedCapabilities
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AllowedCapabilities
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Information about the capabilities enabled for participants of the contact.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent ⇒ Types::ParticipantCapabilities
Information about the agent’s video sharing capabilities.
-
#customer ⇒ Types::ParticipantCapabilities
Information about the customer’s video sharing capabilities.
Instance Attribute Details
#agent ⇒ Types::ParticipantCapabilities
Information about the agent’s video sharing capabilities.
487 488 489 490 491 492 |
# File 'lib/aws-sdk-connect/types.rb', line 487 class AllowedCapabilities < Struct.new( :customer, :agent) SENSITIVE = [] include Aws::Structure end |
#customer ⇒ Types::ParticipantCapabilities
Information about the customer’s video sharing capabilities.
487 488 489 490 491 492 |
# File 'lib/aws-sdk-connect/types.rb', line 487 class AllowedCapabilities < Struct.new( :customer, :agent) SENSITIVE = [] include Aws::Structure end |