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.
2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2552 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.
2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2552 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.
2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2552 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).
2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2552 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.
2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2552 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.
2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2552 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.
2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2552 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.
2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2552 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
2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2552 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.
2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2552 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
2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2552 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.
2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2552 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
2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2552 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.
2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2552 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.
2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2552 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 |