ListEmailTemplatesResponse

public struct ListEmailTemplatesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent ListEmailTemplates call to retrieve the next 10 email templates.

    Declaration

    Swift

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

    Declaration

    Swift

    public let templatesMetadata: [EmailTemplateMetadata]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, templatesMetadata: [EmailTemplateMetadata]? = nil)