Method: Aws::DeviceFarm::Types::Run#test_spec_arn

Defined in:
lib/aws-sdk-devicefarm/types.rb

#test_spec_arnString

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

Returns:

  • (String)


4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
# File 'lib/aws-sdk-devicefarm/types.rb', line 4862

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,
  :device_proxy,
  :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,
  :execution_role_arn,
  :environment_variables)
  SENSITIVE = []
  include Aws::Structure
end