Class: Aws::Connect::Types::Customer

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Information about the Customer on the contact.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capabilitiesTypes::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*.

[1]: docs.aws.amazon.com/connect/latest/adminguide/inapp-calling.html



5048
5049
5050
5051
5052
5053
# File 'lib/aws-sdk-connect/types.rb', line 5048

class Customer < Struct.new(
  :device_info,
  :capabilities)
  SENSITIVE = []
  include Aws::Structure
end

#device_infoTypes::DeviceInfo

Information regarding Customer’s device.

Returns:



5048
5049
5050
5051
5052
5053
# File 'lib/aws-sdk-connect/types.rb', line 5048

class Customer < Struct.new(
  :device_info,
  :capabilities)
  SENSITIVE = []
  include Aws::Structure
end