AWSSESGetIdentityDkimAttributesRequest
Objective-C
@interface AWSSESGetIdentityDkimAttributesRequest
Swift
class AWSSESGetIdentityDkimAttributesRequest
Represents a request for the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this request also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published. For more information about Easy DKIM, see the Amazon SES Developer Guide.
Required parameters: [Identities]
-
A list of one or more verified identities - email addresses, domains, or both.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable identities;
Swift
var identities: [String]? { get set }