AWSPinpointTargetingRemoveAttributesResponse
Objective-C
@interface AWSPinpointTargetingRemoveAttributesResponse
Swift
class AWSPinpointTargetingRemoveAttributesResponse
-
Provides information about the type and the names of attributes that were removed from all the endpoints that are associated with an application.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingAttributesResource *_Nullable attributesResource;
Swift
var attributesResource: AWSPinpointTargetingAttributesResource? { get set }