AWSPinpointTargetingUpdateAttributesRequest
Objective-C
@interface AWSPinpointTargetingUpdateAttributesRequest
Swift
class AWSPinpointTargetingUpdateAttributesRequest
Specifies one or more attributes to remove from all the endpoints that are associated with an application.
-
An array of the attributes to remove from all the endpoints that are associated with the application. The array can specify the complete, exact name of each attribute to remove or it can specify a glob pattern that an attribute name must match in order for the attribute to be removed.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable blacklist;
Swift
var blacklist: [String]? { get set }