Class: Aws::DeviceFarm::Types::Job
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::Job
- Defined in:
- gems/aws-sdk-devicefarm/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.
2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2558 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.
2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2558 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.
2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2558 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).
2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2558 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.
2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2558 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.
2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2558 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.
2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2558 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.
2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2558 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
2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2558 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.
2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2558 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
2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2558 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.
2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2558 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
2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2558 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.
2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2558 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.
2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2558 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 |