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.
23756 23757 23758 23759 23760 23761 23762 |
# File 'lib/aws-sdk-connect/types.rb', line 23756 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.
23756 23757 23758 23759 23760 23761 23762 |
# File 'lib/aws-sdk-connect/types.rb', line 23756 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.
23756 23757 23758 23759 23760 23761 23762 |
# File 'lib/aws-sdk-connect/types.rb', line 23756 class UserProficiency < Struct.new( :attribute_name, :attribute_value, :level) SENSITIVE = [] include Aws::Structure end |