GetFileUploadURLResponse

public struct GetFileUploadURLResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A temporary URL for the file that the Worker uploaded for the answer.

    Declaration

    Swift

    public let fileUploadURL: String?
  • Undocumented

    Declaration

    Swift

    public init(fileUploadURL: String? = nil)