Class: Aws::DeviceFarm::Types::TestGridSession
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::TestGridSession
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
A TestGridSession is a single instance of a browser launched from the URL provided by a call to CreateTestGridUrl.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the session.
-
#billing_minutes ⇒ Float
The number of billed minutes that were used for this session.
-
#created ⇒ Time
The time that the session was started.
-
#ended ⇒ Time
The time the session ended.
-
#selenium_properties ⇒ String
A JSON object of options and parameters passed to the Selenium WebDriver.
-
#status ⇒ String
The state of the session.
Instance Attribute Details
#arn ⇒ String
The ARN of the session.
5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 5719 class TestGridSession < Struct.new( :arn, :status, :created, :ended, :billing_minutes, :selenium_properties) SENSITIVE = [] include Aws::Structure end |
#billing_minutes ⇒ Float
The number of billed minutes that were used for this session.
5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 5719 class TestGridSession < Struct.new( :arn, :status, :created, :ended, :billing_minutes, :selenium_properties) SENSITIVE = [] include Aws::Structure end |
#created ⇒ Time
The time that the session was started.
5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 5719 class TestGridSession < Struct.new( :arn, :status, :created, :ended, :billing_minutes, :selenium_properties) SENSITIVE = [] include Aws::Structure end |
#ended ⇒ Time
The time the session ended.
5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 5719 class TestGridSession < Struct.new( :arn, :status, :created, :ended, :billing_minutes, :selenium_properties) SENSITIVE = [] include Aws::Structure end |
#selenium_properties ⇒ String
A JSON object of options and parameters passed to the Selenium WebDriver.
5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 5719 class TestGridSession < Struct.new( :arn, :status, :created, :ended, :billing_minutes, :selenium_properties) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The state of the session.
5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 5719 class TestGridSession < Struct.new( :arn, :status, :created, :ended, :billing_minutes, :selenium_properties) SENSITIVE = [] include Aws::Structure end |