GetFileUploadURLRequest

public struct GetFileUploadURLRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the assignment that contains the question with a FileUploadAnswer.

    Declaration

    Swift

    public let assignmentId: String
  • The identifier of the question with a FileUploadAnswer, as specified in the QuestionForm of the HIT.

    Declaration

    Swift

    public let questionIdentifier: String
  • Undocumented

    Declaration

    Swift

    public init(assignmentId: String, questionIdentifier: String)
  • Declaration

    Swift

    public func validate(name: String) throws