ListDomainDeliverabilityCampaignsRequest

public struct ListDomainDeliverabilityCampaignsRequest : AWSShape
extension PinpointEmail.ListDomainDeliverabilityCampaignsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The last day, in Unix time format, that you want to obtain deliverability data for. This value has to be less than or equal to 30 days after the value of the StartDate parameter.

    Declaration

    Swift

    public let endDate: TimeStamp
  • A token that’s returned from a previous call to the ListDomainDeliverabilityCampaigns operation. This token indicates the position of a campaign in the list of campaigns.

    Declaration

    Swift

    public let nextToken: String?
  • The maximum number of results to include in response to a single call to the ListDomainDeliverabilityCampaigns operation. If the number of results is larger than the number that you specify in this parameter, the response includes a NextToken element, which you can use to obtain additional results.

    Declaration

    Swift

    public let pageSize: Int?
  • The first day, in Unix time format, that you want to obtain deliverability data for.

    Declaration

    Swift

    public let startDate: TimeStamp
  • The domain to obtain deliverability data for.

    Declaration

    Swift

    public let subscribedDomain: String
  • Undocumented

    Declaration

    Swift

    public init(endDate: TimeStamp, nextToken: String? = nil, pageSize: Int? = nil, startDate: TimeStamp, subscribedDomain: String)