ImageTestsConfiguration
public struct ImageTestsConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Defines if tests should be executed when building this image.
Declaration
Swift
public let imageTestsEnabled: Bool?
-
The maximum time in minutes that tests are permitted to run.
Declaration
Swift
public let timeoutMinutes: Int?
-
Undocumented
Declaration
Swift
public init(imageTestsEnabled: Bool? = nil, timeoutMinutes: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws