Class: Aws::DeviceFarm::Types::Run

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

Overview

Represents a test run on a set of devices with a given app package, test parameters, and so on.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_uploadString

An app to upload or that has been uploaded.

Returns:

  • (String)


4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The run's ARN.

Returns:

  • (String)


4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#billing_methodString

Specifies the billing method for a test run: metered or unmetered. If the parameter is not specified, the default value is metered.

If you have unmetered device slots, you must set this to unmetered to use them. Otherwise, the run is counted toward metered device minutes.

Returns:

  • (String)


4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#completed_jobsInteger

The total number of completed jobs.

Returns:

  • (Integer)


4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#countersTypes::Counters

The run's result counters.

Returns:



4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#createdTime

When the run was created.

Returns:

  • (Time)


4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#customer_artifact_pathsTypes::CustomerArtifactPaths

Output CustomerArtifactPaths object for the test run.



4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#device_minutesTypes::DeviceMinutes

Represents the total (metered or unmetered) minutes used by the test run.



4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#device_pool_arnString

The ARN of the device pool for the run.

Returns:

  • (String)


4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#device_selection_resultTypes::DeviceSelectionResult

The results of a device filter used to select the devices for a test run.



4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#event_countInteger

For fuzz tests, this is the number of events, between 1 and 10000, that the UI fuzz test should perform.

Returns:

  • (Integer)


4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#job_timeout_minutesInteger

The number of minutes the job executes before it times out.

Returns:

  • (Integer)


4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#localeString

Information about the locale that is used for the run.

Returns:

  • (String)


4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#locationTypes::Location

Information about the location that is used for the run.

Returns:



4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A message about the run's result.

Returns:

  • (String)


4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The run's name.

Returns:

  • (String)


4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#network_profileTypes::NetworkProfile

The network profile being used for a test run.



4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#parsing_result_urlString

Read-only URL for an object in an S3 bucket where you can get the parsing results of the test package. If the test package doesn't parse, the reason why it doesn't parse appears in the file that this URL points to.

Returns:

  • (String)


4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#platformString

The run's platform.

Allowed values include:

  • ANDROID

  • IOS

Returns:

  • (String)


4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#radiosTypes::Radios

Information about the radio states for the run.

Returns:



4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#resultString

The run's result.

Allowed values include:

  • PENDING

  • PASSED

  • WARNED

  • FAILED

  • SKIPPED

  • ERRORED

  • STOPPED

Returns:

  • (String)


4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#result_codeString

Supporting field for the result field. Set only if result is SKIPPED. PARSING_FAILED if the result is skipped because of test package parsing failure.

Returns:

  • (String)


4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#seedInteger

For fuzz tests, this is a seed to use for randomizing the UI fuzz test. Using the same seed value between tests ensures identical event sequences.

Returns:

  • (Integer)


4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#skip_app_resignBoolean

When set to true, for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again.

For more information about how Device Farm re-signs your apps, see Do you modify my app? in the AWS Device Farm FAQs.

Returns:

  • (Boolean)


4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#startedTime

The run's start time.

Returns:

  • (Time)


4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The run's status.

Allowed values include:

  • PENDING

  • PENDING_CONCURRENCY

  • PENDING_DEVICE

  • PROCESSING

  • SCHEDULING

  • PREPARING

  • RUNNING

  • COMPLETED

  • STOPPING

Returns:

  • (String)


4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#stoppedTime

The run's stop time.

Returns:

  • (Time)


4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#test_spec_arnString

The ARN of the YAML-formatted test specification for the run.

Returns:

  • (String)


4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#total_jobsInteger

The total number of jobs for the run.

Returns:

  • (Integer)


4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The run's type.

Must be one of the following values:

  • BUILTIN_FUZZ

  • BUILTIN_EXPLORER

    For Android, an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time.

  • APPIUM_JAVA_JUNIT

  • APPIUM_JAVA_TESTNG

  • APPIUM_PYTHON

  • APPIUM_NODE

  • APPIUM_RUBY

  • APPIUM_WEB_JAVA_JUNIT

  • APPIUM_WEB_JAVA_TESTNG

  • APPIUM_WEB_PYTHON

  • APPIUM_WEB_NODE

  • APPIUM_WEB_RUBY

  • CALABASH

  • INSTRUMENTATION

  • UIAUTOMATION

  • UIAUTOMATOR

  • XCTEST

  • XCTEST_UI

Returns:

  • (String)


4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_configTypes::VpcConfig

The VPC security groups and subnets that are attached to a project.

Returns:



4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#web_urlString

The Device Farm console URL for the recording of the run.

Returns:

  • (String)


4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4905

class Run < Struct.new(
  :arn,
  :name,
  :type,
  :platform,
  :created,
  :status,
  :result,
  :started,
  :stopped,
  :counters,
  :message,
  :total_jobs,
  :completed_jobs,
  :billing_method,
  :device_minutes,
  :network_profile,
  :parsing_result_url,
  :result_code,
  :seed,
  :app_upload,
  :event_count,
  :job_timeout_minutes,
  :device_pool_arn,
  :locale,
  :radios,
  :location,
  :customer_artifact_paths,
  :web_url,
  :skip_app_resign,
  :test_spec_arn,
  :device_selection_result,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end