Class: Aws::Connect::Types::DeviceInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::DeviceInfo
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Information regarding the device.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #operating_system  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Operating system that the participant used for the call.
 - 
  
    
      #platform_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of the platform that the participant used for the call.
 - 
  
    
      #platform_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Version of the platform that the participant used for the call.
 
Instance Attribute Details
#operating_system ⇒ String
Operating system that the participant used for the call.
      7581 7582 7583 7584 7585 7586 7587  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 7581 class DeviceInfo < Struct.new( :platform_name, :platform_version, :operating_system) SENSITIVE = [] include Aws::Structure end  | 
  
#platform_name ⇒ String
Name of the platform that the participant used for the call.
      7581 7582 7583 7584 7585 7586 7587  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 7581 class DeviceInfo < Struct.new( :platform_name, :platform_version, :operating_system) SENSITIVE = [] include Aws::Structure end  | 
  
#platform_version ⇒ String
Version of the platform that the participant used for the call.
      7581 7582 7583 7584 7585 7586 7587  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 7581 class DeviceInfo < Struct.new( :platform_name, :platform_version, :operating_system) SENSITIVE = [] include Aws::Structure end  |