You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DeviceFarm::Types::UpdateUploadRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateUploadRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)

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

#content_typeString

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

Returns:

  • (String)

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

#edit_contentBoolean

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

Returns:

  • (Boolean)

    Set to true if the YAML file has changed and must be updated.

#nameString

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.

Returns:

  • (String)

    The upload\'s test spec file name.