Class: Aws::Connect::Types::UserProficiencyDisassociate
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UserProficiencyDisassociate
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Information about proficiency to be disassociated from the 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.
Instance Attribute Details
#attribute_name ⇒ String
The name of user's proficiency.
23776 23777 23778 23779 23780 23781 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23776 class UserProficiencyDisassociate < Struct.new( :attribute_name, :attribute_value) SENSITIVE = [] include Aws::Structure end |
#attribute_value ⇒ String
The value of user's proficiency.
23776 23777 23778 23779 23780 23781 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23776 class UserProficiencyDisassociate < Struct.new( :attribute_name, :attribute_value) SENSITIVE = [] include Aws::Structure end |