AWSSESGetIdentityMailFromDomainAttributesRequest

Objective-C

@interface AWSSESGetIdentityMailFromDomainAttributesRequest

Swift

class AWSSESGetIdentityMailFromDomainAttributesRequest

Represents a request to return the Amazon SES custom MAIL FROM attributes for a list of identities. For information about using a custom MAIL FROM domain, see the Amazon SES Developer Guide.

Required parameters: [Identities]

  • A list of one or more identities.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable identities;

    Swift

    var identities: [String]? { get set }