AWSSESGetIdentityNotificationAttributesResponse
Objective-C
@interface AWSSESGetIdentityNotificationAttributesResponse
Swift
class AWSSESGetIdentityNotificationAttributesResponse
Represents the notification attributes for a list of identities.
Required parameters: [NotificationAttributes]
-
A map of Identity to IdentityNotificationAttributes.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, AWSSESIdentityNotificationAttributes *> *_Nullable notificationAttributes;
Swift
var notificationAttributes: [String : AWSSESIdentityNotificationAttributes]? { get set }