AWSSESGetIdentityMailFromDomainAttributesResponse
Objective-C
@interface AWSSESGetIdentityMailFromDomainAttributesResponse
Swift
class AWSSESGetIdentityMailFromDomainAttributesResponse
Represents the custom MAIL FROM attributes for a list of identities.
Required parameters: [MailFromDomainAttributes]
-
A map of identities to custom MAIL FROM attributes.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, AWSSESIdentityMailFromDomainAttributes *> *_Nullable mailFromDomainAttributes;
Swift
var mailFromDomainAttributes: [String : AWSSESIdentityMailFromDomainAttributes]? { get set }