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.



368
369
370
371
372
373
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 368

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

#customerTypes::ParticipantCapabilities

Information about the customer's video sharing capabilities.



368
369
370
371
372
373
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 368

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