ListCustomVerificationEmailTemplatesResponse
public struct ListCustomVerificationEmailTemplatesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of the custom verification email templates that exist in your account.
Declaration
Swift
public let customVerificationEmailTemplates: [CustomVerificationEmailTemplateMetadata]?
-
A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListCustomVerificationEmailTemplates to retrieve the next 50 custom verification email templates.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(customVerificationEmailTemplates: [CustomVerificationEmailTemplateMetadata]? = nil, nextToken: String? = nil)