TestRenderTemplateResponse
public struct TestRenderTemplateResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.
Declaration
Swift
public let renderedTemplate: String?
-
Undocumented
Declaration
Swift
public init(renderedTemplate: String? = nil)