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

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

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)


21487
21488
21489
21490
21491
21492
21493
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21487

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)


21487
21488
21489
21490
21491
21492
21493
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21487

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)


21487
21488
21489
21490
21491
21492
21493
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21487

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