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
show all
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

Instance Attribute Details

#arnString

The ARN of the session.

Returns:

  • (String)

    The ARN of the session.

#billing_minutesFloat

The number of billed minutes that were used for this session.

Returns:

  • (Float)

    The number of billed minutes that were used for this session.

#createdTime

The time that the session was started.

Returns:

  • (Time)

    The time that the session was started.

#endedTime

The time the session ended.

Returns:

  • (Time)

    The time the session ended.

#selenium_propertiesString

A JSON object of options and parameters passed to the Selenium WebDriver.

Returns:

  • (String)

    A JSON object of options and parameters passed to the Selenium WebDriver.

#statusString

The state of the session.

Possible values:

  • ACTIVE
  • CLOSED
  • ERRORED

Returns:

  • (String)

    The state of the session.