ListCustomVerificationEmailTemplatesRequest

public struct ListCustomVerificationEmailTemplatesRequest : AWSShape
extension SES.ListCustomVerificationEmailTemplatesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.

    Declaration

    Swift

    public let maxResults: Int?
  • An array the contains the name and creation time stamp for each template in your Amazon SES account.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> SES.ListCustomVerificationEmailTemplatesRequest