RenderUiTemplateResponse

public struct RenderUiTemplateResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of one or more RenderingError objects if any were encountered while rendering the template. If there were no errors, the list is empty.

    Declaration

    Swift

    public let errors: [RenderingError]
  • A Liquid template that renders the HTML for the worker UI.

    Declaration

    Swift

    public let renderedContent: String
  • Undocumented

    Declaration

    Swift

    public init(errors: [RenderingError], renderedContent: String)