Class: Aws::DeviceFarm::Types::TestGridSession

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

Overview

A TestGridSession is a single instance of a browser launched from the URL provided by a call to CreateTestGridUrl.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the session.

Returns:

  • (String)


5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5847

class TestGridSession < Struct.new(
  :arn,
  :status,
  :created,
  :ended,
  :billing_minutes,
  :selenium_properties)
  SENSITIVE = []
  include Aws::Structure
end

#billing_minutesFloat

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

Returns:

  • (Float)


5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5847

class TestGridSession < Struct.new(
  :arn,
  :status,
  :created,
  :ended,
  :billing_minutes,
  :selenium_properties)
  SENSITIVE = []
  include Aws::Structure
end

#createdTime

The time that the session was started.

Returns:

  • (Time)


5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5847

class TestGridSession < Struct.new(
  :arn,
  :status,
  :created,
  :ended,
  :billing_minutes,
  :selenium_properties)
  SENSITIVE = []
  include Aws::Structure
end

#endedTime

The time the session ended.

Returns:

  • (Time)


5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5847

class TestGridSession < Struct.new(
  :arn,
  :status,
  :created,
  :ended,
  :billing_minutes,
  :selenium_properties)
  SENSITIVE = []
  include Aws::Structure
end

#selenium_propertiesString

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

Returns:

  • (String)


5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5847

class TestGridSession < Struct.new(
  :arn,
  :status,
  :created,
  :ended,
  :billing_minutes,
  :selenium_properties)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The state of the session.

Returns:

  • (String)


5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5847

class TestGridSession < Struct.new(
  :arn,
  :status,
  :created,
  :ended,
  :billing_minutes,
  :selenium_properties)
  SENSITIVE = []
  include Aws::Structure
end