AWSPinpointTargetingClosedDaysRule
Objective-C
@interface AWSPinpointTargetingClosedDaysRule
Swift
class AWSPinpointTargetingClosedDaysRule
Specifies the rule settings for when messages can’t be sent.
-
End DateTime ISO 8601 format
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable endDateTime;
Swift
var endDateTime: String? { get set }
-
The name of the closed day rule.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }
-
Start DateTime ISO 8601 format
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable startDateTime;
Swift
var startDateTime: String? { get set }