UpdateUploadRequest

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the uploaded test spec.

Link copied to clipboard

The upload's content type (for example, application/x-yaml).

Link copied to clipboard

Set to true if the YAML file has changed and must be updated. Otherwise, set to false.

Link copied to clipboard
val name: String?

The upload's test spec file name. The name must not contain any forward slashes (/). The test spec file name must end with the .yaml or .yml file extension.

Functions

Link copied to clipboard
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