You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DeviceFarm::Types::TestGridSession
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::TestGridSession
- Defined in:
- (unknown)
Overview
A TestGridSession is a single instance of a browser launched from the URL provided by a call to CreateTestGridUrl.
Returned by:
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.
#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.
Possible values:
- ACTIVE
- CLOSED
- ERRORED