SESIdentityNotificationAttributes Class Reference
| Inherits from | NSObject |
| Declared in | SESIdentityNotificationAttributes.h |
Tasks
-
– initDefault constructor for a new object. Callers should use the property methods to initialize this object after creating it.
-
bounceTopicThe Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic where Amazon SES will publish bounce notifications.
property -
complaintTopicThe Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic where Amazon SES will publish complaint notifications.
property -
forwardingEnabledDescribes whether Amazon SES will forward feedback as email.
propertytrueindicates that Amazon SES will forward feedback as email, whilefalseindicates that feedback will be published only to the specified Bounce and Complaint topics. -
– descriptionReturns a string representation of this object; useful for testing and debugging.
Properties
bounceTopic
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic where Amazon SES will publish bounce notifications.
@property (nonatomic, retain) NSString *bounceTopicDiscussion
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic where Amazon SES will publish bounce notifications.
Declared In
SESIdentityNotificationAttributes.hcomplaintTopic
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic where Amazon SES will publish complaint notifications.
@property (nonatomic, retain) NSString *complaintTopicDiscussion
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic where Amazon SES will publish complaint notifications.
Declared In
SESIdentityNotificationAttributes.hforwardingEnabled
Describes whether Amazon SES will forward feedback as email.
true indicates that Amazon SES will forward feedback as
email, while false indicates that feedback will be
published only to the specified Bounce and Complaint topics.
@property (nonatomic) bool forwardingEnabledDiscussion
Describes whether Amazon SES will forward feedback as email.
true indicates that Amazon SES will forward feedback as
email, while false indicates that feedback will be
published only to the specified Bounce and Complaint topics.
Declared In
SESIdentityNotificationAttributes.hInstance Methods
description
Returns a string representation of this object; useful for testing and debugging.
- (NSString *)descriptionReturn Value
A string representation of this object.
Discussion
Returns a string representation of this object; useful for testing and debugging.
Declared In
SESIdentityNotificationAttributes.hinit
Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.
- (id)initDiscussion
Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.
Declared In
SESIdentityNotificationAttributes.h