Class: Aws::Connect::Types::UserProficiencyDisassociate
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UserProficiencyDisassociate
- 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
-
#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.
23497 23498 23499 23500 23501 23502 |
# File 'lib/aws-sdk-connect/types.rb', line 23497 class UserProficiencyDisassociate < Struct.new( :attribute_name, :attribute_value) SENSITIVE = [] include Aws::Structure end |
#attribute_value ⇒ String
The value of user’s proficiency.
23497 23498 23499 23500 23501 23502 |
# File 'lib/aws-sdk-connect/types.rb', line 23497 class UserProficiencyDisassociate < Struct.new( :attribute_name, :attribute_value) SENSITIVE = [] include Aws::Structure end |