Class: Aws::DeviceFarm::Types::ExecutionConfiguration

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

Overview

Represents configuration information about a test run, such as the execution timeout (in minutes).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accounts_cleanupBoolean

True if account cleanup is enabled at the beginning of the test. Otherwise, false.

Returns:

  • (Boolean)


1689
1690
1691
1692
1693
1694
1695
1696
1697
# File 'lib/aws-sdk-devicefarm/types.rb', line 1689

class ExecutionConfiguration < Struct.new(
  :job_timeout_minutes,
  :accounts_cleanup,
  :app_packages_cleanup,
  :video_capture,
  :skip_app_resign)
  SENSITIVE = []
  include Aws::Structure
end

#app_packages_cleanupBoolean

True if app package cleanup is enabled at the beginning of the test. Otherwise, false.

Returns:

  • (Boolean)


1689
1690
1691
1692
1693
1694
1695
1696
1697
# File 'lib/aws-sdk-devicefarm/types.rb', line 1689

class ExecutionConfiguration < Struct.new(
  :job_timeout_minutes,
  :accounts_cleanup,
  :app_packages_cleanup,
  :video_capture,
  :skip_app_resign)
  SENSITIVE = []
  include Aws::Structure
end

#job_timeout_minutesInteger

The number of minutes a test run executes before it times out.

Returns:

  • (Integer)


1689
1690
1691
1692
1693
1694
1695
1696
1697
# File 'lib/aws-sdk-devicefarm/types.rb', line 1689

class ExecutionConfiguration < Struct.new(
  :job_timeout_minutes,
  :accounts_cleanup,
  :app_packages_cleanup,
  :video_capture,
  :skip_app_resign)
  SENSITIVE = []
  include Aws::Structure
end

#skip_app_resignBoolean

When set to ‘true`, for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again.

For more information about how Device Farm re-signs your apps, see

Do you modify my app?][1

in the *AWS Device Farm FAQs*.

[1]: aws.amazon.com/device-farm/faqs/

Returns:

  • (Boolean)


1689
1690
1691
1692
1693
1694
1695
1696
1697
# File 'lib/aws-sdk-devicefarm/types.rb', line 1689

class ExecutionConfiguration < Struct.new(
  :job_timeout_minutes,
  :accounts_cleanup,
  :app_packages_cleanup,
  :video_capture,
  :skip_app_resign)
  SENSITIVE = []
  include Aws::Structure
end

#video_captureBoolean

Set to true to enable video capture. Otherwise, set to false. The default is true.

Returns:

  • (Boolean)


1689
1690
1691
1692
1693
1694
1695
1696
1697
# File 'lib/aws-sdk-devicefarm/types.rb', line 1689

class ExecutionConfiguration < Struct.new(
  :job_timeout_minutes,
  :accounts_cleanup,
  :app_packages_cleanup,
  :video_capture,
  :skip_app_resign)
  SENSITIVE = []
  include Aws::Structure
end