Class: Aws::Connect::Types::AllowedCapabilities

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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

Instance Attribute Details

#agentTypes::ParticipantCapabilities

Information about the agent's video sharing capabilities.



494
495
496
497
498
499
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 494

class AllowedCapabilities < Struct.new(
  :customer,
  :agent)
  SENSITIVE = []
  include Aws::Structure
end

#customerTypes::ParticipantCapabilities

Information about the customer's video sharing capabilities.



494
495
496
497
498
499
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 494

class AllowedCapabilities < Struct.new(
  :customer,
  :agent)
  SENSITIVE = []
  include Aws::Structure
end