Class: Aws::Connect::Types::UserProficiency
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UserProficiency
- Defined in:
- gems/aws-sdk-connect/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.
26163 26164 26165 26166 26167 26168 26169 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26163 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.
26163 26164 26165 26166 26167 26168 26169 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26163 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.
26163 26164 26165 26166 26167 26168 26169 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26163 class UserProficiency < Struct.new( :attribute_name, :attribute_value, :level) SENSITIVE = [] include Aws::Structure end |