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.
2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2532 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.
2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2532 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.
2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2532 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).
2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2532 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.
2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2532 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.
2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2532 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.
2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2532 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.
2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2532 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
2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2532 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.
2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2532 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
2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2532 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.
2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2532 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
-
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
-
INSTRUMENTATION
-
XCTEST
-
XCTEST_UI
2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2532 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.
2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2532 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.
2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2532 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 |