Class: Aws::Connect::Types::UserProficiencyDisassociate

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Information about proficiency to be disassociated from the user.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The name of user’s proficiency.

Returns:

  • (String)


20928
20929
20930
20931
20932
20933
# File 'lib/aws-sdk-connect/types.rb', line 20928

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

#attribute_valueString

The value of user’s proficiency.

Returns:

  • (String)


20928
20929
20930
20931
20932
20933
# File 'lib/aws-sdk-connect/types.rb', line 20928

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