Class: Aws::Connect::Types::DeviceInfo

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

Overview

Information regarding the device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operating_systemString

Operating system that the participant used for the call.

Returns:

  • (String)


6499
6500
6501
6502
6503
6504
6505
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6499

class DeviceInfo < Struct.new(
  :platform_name,
  :platform_version,
  :operating_system)
  SENSITIVE = []
  include Aws::Structure
end

#platform_nameString

Name of the platform that the participant used for the call.

Returns:

  • (String)


6499
6500
6501
6502
6503
6504
6505
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6499

class DeviceInfo < Struct.new(
  :platform_name,
  :platform_version,
  :operating_system)
  SENSITIVE = []
  include Aws::Structure
end

#platform_versionString

Version of the platform that the participant used for the call.

Returns:

  • (String)


6499
6500
6501
6502
6503
6504
6505
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6499

class DeviceInfo < Struct.new(
  :platform_name,
  :platform_version,
  :operating_system)
  SENSITIVE = []
  include Aws::Structure
end