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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/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)


6391
6392
6393
6394
6395
6396
6397
6398
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 6391

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)


6391
6392
6393
6394
6395
6396
6397
6398
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 6391

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)


6391
6392
6393
6394
6395
6396
6397
6398
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 6391

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)


6391
6392
6393
6394
6395
6396
6397
6398
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 6391

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