ListCustomVerificationEmailTemplatesRequest

public struct ListCustomVerificationEmailTemplatesRequest : AWSShape
extension SESV2.ListCustomVerificationEmailTemplatesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A token returned from a previous call to ListCustomVerificationEmailTemplates to indicate the position in the list of custom verification email templates.

    Declaration

    Swift

    public let nextToken: String?
  • The number of results to show in a single call to ListCustomVerificationEmailTemplates. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results. The value you specify has to be at least 1, and can be no more than 50.

    Declaration

    Swift

    public let pageSize: Int?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, pageSize: Int? = nil)
  • Undocumented

    Declaration

    Swift

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