Class: Aws::DeviceFarm::Types::TestGridSessionAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::TestGridSessionAction
- 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
-
#action ⇒ String
The action taken by the session.
-
#duration ⇒ Integer
The time, in milliseconds, that the action took to complete in the browser.
-
#request_method ⇒ String
HTTP method that the browser used to make the request.
-
#started ⇒ Time
The time that the session invoked the action.
-
#status_code ⇒ String
HTTP status code returned to the browser when the action was taken.
Instance Attribute Details
#action ⇒ String
The action taken by the session.
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 |
#duration ⇒ Integer
The time, in milliseconds, that the action took to complete in the browser.
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_method ⇒ String
HTTP method that the browser used to make the request.
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 |
#started ⇒ Time
The time that the session invoked the action.
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_code ⇒ String
HTTP status code returned to the browser when the action was taken.
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 |