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
- Struct
- Aws::Imagebuilder::Types::ImageTestsConfiguration
- 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
-
#image_tests_enabled ⇒ Boolean
Defines if tests should be executed when building this image.
-
#timeout_minutes ⇒ Integer
The maximum time in minutes that tests are permitted to run.
Instance Attribute Details
#image_tests_enabled ⇒ Boolean
Defines if tests should be executed when building this image.
#timeout_minutes ⇒ Integer
The maximum time in minutes that tests are permitted to run.