Class: Aws::DeviceFarm::Types::Job
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::Job
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Represents a device.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The job’s ARN.
-
#counters ⇒ Types::Counters
The job’s result counters.
-
#created ⇒ Time
When the job was created.
-
#device ⇒ Types::Device
The device (phone or tablet).
-
#device_minutes ⇒ Types::DeviceMinutes
Represents the total (metered or unmetered) minutes used by the job.
-
#instance_arn ⇒ String
The ARN of the instance.
-
#message ⇒ String
A message about the job’s result.
-
#name ⇒ String
The job’s name.
-
#result ⇒ String
The job’s result.
-
#started ⇒ Time
The job’s start time.
-
#status ⇒ String
The job’s status.
-
#stopped ⇒ Time
The job’s stop time.
-
#type ⇒ String
The job’s type.
-
#video_capture ⇒ Boolean
This value is set to true if video capture is enabled.
-
#video_endpoint ⇒ String
The endpoint for streaming device video.
Instance Attribute Details
#arn ⇒ String
The job’s ARN.
2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2575 class Job < Struct.new( :arn, :name, :type, :created, :status, :result, :started, :stopped, :counters, :message, :device, :instance_arn, :device_minutes, :video_endpoint, :video_capture) SENSITIVE = [] include Aws::Structure end |
#counters ⇒ Types::Counters
The job’s result counters.
2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2575 class Job < Struct.new( :arn, :name, :type, :created, :status, :result, :started, :stopped, :counters, :message, :device, :instance_arn, :device_minutes, :video_endpoint, :video_capture) SENSITIVE = [] include Aws::Structure end |
#created ⇒ Time
When the job was created.
2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2575 class Job < Struct.new( :arn, :name, :type, :created, :status, :result, :started, :stopped, :counters, :message, :device, :instance_arn, :device_minutes, :video_endpoint, :video_capture) SENSITIVE = [] include Aws::Structure end |
#device ⇒ Types::Device
The device (phone or tablet).
2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2575 class Job < Struct.new( :arn, :name, :type, :created, :status, :result, :started, :stopped, :counters, :message, :device, :instance_arn, :device_minutes, :video_endpoint, :video_capture) SENSITIVE = [] include Aws::Structure end |
#device_minutes ⇒ Types::DeviceMinutes
Represents the total (metered or unmetered) minutes used by the job.
2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2575 class Job < Struct.new( :arn, :name, :type, :created, :status, :result, :started, :stopped, :counters, :message, :device, :instance_arn, :device_minutes, :video_endpoint, :video_capture) SENSITIVE = [] include Aws::Structure end |
#instance_arn ⇒ String
The ARN of the instance.
2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2575 class Job < Struct.new( :arn, :name, :type, :created, :status, :result, :started, :stopped, :counters, :message, :device, :instance_arn, :device_minutes, :video_endpoint, :video_capture) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message about the job’s result.
2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2575 class Job < Struct.new( :arn, :name, :type, :created, :status, :result, :started, :stopped, :counters, :message, :device, :instance_arn, :device_minutes, :video_endpoint, :video_capture) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The job’s name.
2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2575 class Job < Struct.new( :arn, :name, :type, :created, :status, :result, :started, :stopped, :counters, :message, :device, :instance_arn, :device_minutes, :video_endpoint, :video_capture) SENSITIVE = [] include Aws::Structure end |
#result ⇒ String
The job’s result.
Allowed values include:
-
PENDING
-
PASSED
-
WARNED
-
FAILED
-
SKIPPED
-
ERRORED
-
STOPPED
2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2575 class Job < Struct.new( :arn, :name, :type, :created, :status, :result, :started, :stopped, :counters, :message, :device, :instance_arn, :device_minutes, :video_endpoint, :video_capture) SENSITIVE = [] include Aws::Structure end |
#started ⇒ Time
The job’s start time.
2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2575 class Job < Struct.new( :arn, :name, :type, :created, :status, :result, :started, :stopped, :counters, :message, :device, :instance_arn, :device_minutes, :video_endpoint, :video_capture) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The job’s status.
Allowed values include:
-
PENDING
-
PENDING_CONCURRENCY
-
PENDING_DEVICE
-
PROCESSING
-
SCHEDULING
-
PREPARING
-
RUNNING
-
COMPLETED
-
STOPPING
2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2575 class Job < Struct.new( :arn, :name, :type, :created, :status, :result, :started, :stopped, :counters, :message, :device, :instance_arn, :device_minutes, :video_endpoint, :video_capture) SENSITIVE = [] include Aws::Structure end |
#stopped ⇒ Time
The job’s stop time.
2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2575 class Job < Struct.new( :arn, :name, :type, :created, :status, :result, :started, :stopped, :counters, :message, :device, :instance_arn, :device_minutes, :video_endpoint, :video_capture) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The job’s type.
Allowed values include the following:
-
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
2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2575 class Job < Struct.new( :arn, :name, :type, :created, :status, :result, :started, :stopped, :counters, :message, :device, :instance_arn, :device_minutes, :video_endpoint, :video_capture) SENSITIVE = [] include Aws::Structure end |
#video_capture ⇒ Boolean
This value is set to true if video capture is enabled. Otherwise, it is set to false.
2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2575 class Job < Struct.new( :arn, :name, :type, :created, :status, :result, :started, :stopped, :counters, :message, :device, :instance_arn, :device_minutes, :video_endpoint, :video_capture) SENSITIVE = [] include Aws::Structure end |
#video_endpoint ⇒ String
The endpoint for streaming device video.
2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2575 class Job < Struct.new( :arn, :name, :type, :created, :status, :result, :started, :stopped, :counters, :message, :device, :instance_arn, :device_minutes, :video_endpoint, :video_capture) SENSITIVE = [] include Aws::Structure end |