Class: Aws::Connect::Types::UserProficiency

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#attribute_nameString

The name of user’s proficiency. You must use name of predefined attribute present in the Amazon Connect instance.

Returns:

  • (String)


20908
20909
20910
20911
20912
20913
20914
# File 'lib/aws-sdk-connect/types.rb', line 20908

class UserProficiency < Struct.new(
  :attribute_name,
  :attribute_value,
  :level)
  SENSITIVE = []
  include Aws::Structure
end

#attribute_valueString

The value of user’s proficiency. You must use value of predefined attribute present in the Amazon Connect instance.

Returns:

  • (String)


20908
20909
20910
20911
20912
20913
20914
# File 'lib/aws-sdk-connect/types.rb', line 20908

class UserProficiency < Struct.new(
  :attribute_name,
  :attribute_value,
  :level)
  SENSITIVE = []
  include Aws::Structure
end

#levelFloat

The level of the proficiency. The valid values are 1, 2, 3, 4 and 5.

Returns:

  • (Float)


20908
20909
20910
20911
20912
20913
20914
# File 'lib/aws-sdk-connect/types.rb', line 20908

class UserProficiency < Struct.new(
  :attribute_name,
  :attribute_value,
  :level)
  SENSITIVE = []
  include Aws::Structure
end