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

Class: Aws::Imagebuilder::Types::ImageTestsConfiguration

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

Overview

Note:

When passing ImageTestsConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  image_tests_enabled: false,
  timeout_minutes: 1,
}

Image tests configuration.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#image_tests_enabledBoolean

Defines if tests should be executed when building this image.

Returns:

  • (Boolean)

    Defines if tests should be executed when building this image.

#timeout_minutesInteger

The maximum time in minutes that tests are permitted to run.

Returns:

  • (Integer)

    The maximum time in minutes that tests are permitted to run.