class Aws::DeviceFarm::Types::UpdateUploadRequest

@note When making an API call, you may pass UpdateUploadRequest

data as a hash:

    {
      arn: "AmazonResourceName", # required
      name: "Name",
      content_type: "ContentType",
      edit_content: false,
    }

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the uploaded test spec.
@return [String]

@!attribute [rw] name

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.
@return [String]

@!attribute [rw] content_type

The upload's content type (for example, `application/x-yaml`).
@return [String]

@!attribute [rw] edit_content

Set to true if the YAML file has changed and must be updated.
Otherwise, set to false.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateUploadRequest AWS API Documentation

Constants

SENSITIVE