AWSSESGetIdentityDkimAttributesResponse
Objective-C
@interface AWSSESGetIdentityDkimAttributesResponse
Swift
class AWSSESGetIdentityDkimAttributesResponse
Represents the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this response also contains the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published.
Required parameters: [DkimAttributes]
-
The DKIM attributes for an email address or a domain.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, AWSSESIdentityDkimAttributes *> *_Nullable dkimAttributes;
Swift
var dkimAttributes: [String : AWSSESIdentityDkimAttributes]? { get set }