package upload
Type Members
- case class Form(policy: AwsPolicy) extends Product with Serializable
Utility to convert a policy to fields that can be used to construct a form
- case class FormElement(name: String, value: String, userInput: Boolean = false) extends Product with Serializable