AWSConnectUserProficiencyDisassociate
Objective-C
@interface AWSConnectUserProficiencyDisassociateSwift
class AWSConnectUserProficiencyDisassociateInformation about proficiency to be disassociated from the user.
Required parameters: [AttributeName, AttributeValue]
- 
                  
                  The name of user’s proficiency. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable attributeName;Swift var attributeName: String? { get set }
- 
                  
                  The value of user’s proficiency. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable attributeValue;Swift var attributeValue: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSConnectUserProficiencyDisassociate Class Reference
        AWSConnectUserProficiencyDisassociate Class Reference