EmailTemplateMetadata
public struct EmailTemplateMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The time and date the template was created.
Declaration
Swift
public let createdTimestamp: TimeStamp? -
The name of the template.
Declaration
Swift
public let templateName: String? -
Undocumented
Declaration
Swift
public init(createdTimestamp: TimeStamp? = nil, templateName: String? = nil)
View on GitHub
EmailTemplateMetadata Structure Reference