AWSConnectUntagContactRequest
Objective-C
@interface AWSConnectUntagContactRequest
Swift
class AWSConnectUntagContactRequest
-
The identifier of the contact in this instance of Amazon Connect.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable contactId;
Swift
var contactId: String? { get set }
-
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;
Swift
var instanceId: String? { get set }
-
A list of tag keys. Existing tags on the contact whose keys are members of this list will be removed.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable tagKeys;
Swift
var tagKeys: [String]? { get set }