Upload

class Upload

An app or a set of one or more tests to upload or that have been uploaded.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The upload's ARN.

Link copied to clipboard

The upload's category. Allowed values include:

Link copied to clipboard

The upload's content type (for example, application/octet-stream).

Link copied to clipboard

When the upload was created.

Link copied to clipboard

A message about the upload's result.

Link copied to clipboard

The upload's metadata. For example, for Android, this contains information that is parsed from the manifest and is displayed in the AWS Device Farm console after the associated app is uploaded.

Link copied to clipboard
val name: String?

The upload's file name.

Link copied to clipboard

The upload's status.

Link copied to clipboard

The upload's type.

Link copied to clipboard
val url: String?

The presigned Amazon S3 URL that was used to store a file using a PUT request.

Functions

Link copied to clipboard
inline fun copy(block: Upload.Builder.() -> Unit = {}): Upload
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String