You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DeviceFarm::Types::TestGridSessionAction

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

An action taken by a TestGridSession browser instance.

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action taken by the session.

Returns:

  • (String)

    The action taken by the session.

#durationInteger

The time, in milliseconds, that the action took to complete in the browser.

Returns:

  • (Integer)

    The time, in milliseconds, that the action took to complete in the browser.

#request_methodString

HTTP method that the browser used to make the request.

Returns:

  • (String)

    HTTP method that the browser used to make the request.

#startedTime

The time that the session invoked the action.

Returns:

  • (Time)

    The time that the session invoked the action.

#status_codeString

HTTP status code returned to the browser when the action was taken.

Returns:

  • (String)

    HTTP status code returned to the browser when the action was taken.