Class: Aws::Connect::Types::UserProficiency
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::UserProficiency
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Information about proficiency of a user.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #attribute_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of user’s proficiency.
 - 
  
    
      #attribute_value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value of user’s proficiency.
 - 
  
    
      #level  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The level of the proficiency.
 
Instance Attribute Details
#attribute_name ⇒ String
The name of user’s proficiency. You must use name of predefined attribute present in the Amazon Connect instance.
      26684 26685 26686 26687 26688 26689 26690  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 26684 class UserProficiency < Struct.new( :attribute_name, :attribute_value, :level) SENSITIVE = [] include Aws::Structure end  | 
  
#attribute_value ⇒ String
The value of user’s proficiency. You must use value of predefined attribute present in the Amazon Connect instance.
      26684 26685 26686 26687 26688 26689 26690  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 26684 class UserProficiency < Struct.new( :attribute_name, :attribute_value, :level) SENSITIVE = [] include Aws::Structure end  | 
  
#level ⇒ Float
The level of the proficiency. The valid values are 1, 2, 3, 4 and 5.
      26684 26685 26686 26687 26688 26689 26690  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 26684 class UserProficiency < Struct.new( :attribute_name, :attribute_value, :level) SENSITIVE = [] include Aws::Structure end  |