Class: Aws::Connect::Types::Customer
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::Customer
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Information about the Customer on the contact.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capabilities ⇒ Types::ParticipantCapabilities
The configuration for the allowed video and screen sharing capabilities for participants present over the call.
-
#device_info ⇒ Types::DeviceInfo
Information regarding Customer’s device.
Instance Attribute Details
#capabilities ⇒ Types::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.
4935 4936 4937 4938 4939 4940 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4935 class Customer < Struct.new( :device_info, :capabilities) SENSITIVE = [] include Aws::Structure end |
#device_info ⇒ Types::DeviceInfo
Information regarding Customer’s device.
4935 4936 4937 4938 4939 4940 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4935 class Customer < Struct.new( :device_info, :capabilities) SENSITIVE = [] include Aws::Structure end |