AWSConnectTagContactRequest
Objective-C
@interface AWSConnectTagContactRequestSwift
class AWSConnectTagContactRequest- 
                  
                  The identifier of the contact in this instance of Amazon Connect. DeclarationObjective-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. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable instanceId;Swift var instanceId: String? { get set }
- 
                  
                  The tags to be assigned to the contact resource. For example, { “Tags”: {“key1”:“value1”, “key2”:“value2”} }. Authorization is not supported by this tag. DeclarationObjective-C @property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;Swift var tags: [String : String]? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSConnectTagContactRequest Class Reference
        AWSConnectTagContactRequest Class Reference