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 capabilities for participants present over the call.



4925
4926
4927
4928
4929
4930
# File 'lib/aws-sdk-connect/types.rb', line 4925

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

#device_infoTypes::DeviceInfo

Information regarding Customer’s device.

Returns:



4925
4926
4927
4928
4929
4930
# File 'lib/aws-sdk-connect/types.rb', line 4925

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