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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devicefarm/types.rb

Overview

An action taken by a TestGridSession browser instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action taken by the session.

Returns:

  • (String)


5755
5756
5757
5758
5759
5760
5761
5762
5763
# File 'lib/aws-sdk-devicefarm/types.rb', line 5755

class TestGridSessionAction < Struct.new(
  :action,
  :started,
  :duration,
  :status_code,
  :request_method)
  SENSITIVE = []
  include Aws::Structure
end

#durationInteger

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

Returns:

  • (Integer)


5755
5756
5757
5758
5759
5760
5761
5762
5763
# File 'lib/aws-sdk-devicefarm/types.rb', line 5755

class TestGridSessionAction < Struct.new(
  :action,
  :started,
  :duration,
  :status_code,
  :request_method)
  SENSITIVE = []
  include Aws::Structure
end

#request_methodString

HTTP method that the browser used to make the request.

Returns:

  • (String)


5755
5756
5757
5758
5759
5760
5761
5762
5763
# File 'lib/aws-sdk-devicefarm/types.rb', line 5755

class TestGridSessionAction < Struct.new(
  :action,
  :started,
  :duration,
  :status_code,
  :request_method)
  SENSITIVE = []
  include Aws::Structure
end

#startedTime

The time that the session invoked the action.

Returns:

  • (Time)


5755
5756
5757
5758
5759
5760
5761
5762
5763
# File 'lib/aws-sdk-devicefarm/types.rb', line 5755

class TestGridSessionAction < Struct.new(
  :action,
  :started,
  :duration,
  :status_code,
  :request_method)
  SENSITIVE = []
  include Aws::Structure
end

#status_codeString

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

Returns:

  • (String)


5755
5756
5757
5758
5759
5760
5761
5762
5763
# File 'lib/aws-sdk-devicefarm/types.rb', line 5755

class TestGridSessionAction < Struct.new(
  :action,
  :started,
  :duration,
  :status_code,
  :request_method)
  SENSITIVE = []
  include Aws::Structure
end