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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devicefarm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


6263
6264
6265
6266
6267
6268
6269
6270
# File 'lib/aws-sdk-devicefarm/types.rb', line 6263

class UpdateUploadRequest < Struct.new(
  :arn,
  :name,
  :content_type,
  :edit_content)
  SENSITIVE = []
  include Aws::Structure
end

#content_typeString

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

Returns:

  • (String)


6263
6264
6265
6266
6267
6268
6269
6270
# File 'lib/aws-sdk-devicefarm/types.rb', line 6263

class UpdateUploadRequest < Struct.new(
  :arn,
  :name,
  :content_type,
  :edit_content)
  SENSITIVE = []
  include Aws::Structure
end

#edit_contentBoolean

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

Returns:

  • (Boolean)


6263
6264
6265
6266
6267
6268
6269
6270
# File 'lib/aws-sdk-devicefarm/types.rb', line 6263

class UpdateUploadRequest < Struct.new(
  :arn,
  :name,
  :content_type,
  :edit_content)
  SENSITIVE = []
  include Aws::Structure
end

#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)


6263
6264
6265
6266
6267
6268
6269
6270
# File 'lib/aws-sdk-devicefarm/types.rb', line 6263

class UpdateUploadRequest < Struct.new(
  :arn,
  :name,
  :content_type,
  :edit_content)
  SENSITIVE = []
  include Aws::Structure
end