PutImageScanningConfigurationResponse
public struct PutImageScanningConfigurationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The image scanning configuration setting for the repository.
Declaration
Swift
public let imageScanningConfiguration: ImageScanningConfiguration? -
The registry ID associated with the request.
Declaration
Swift
public let registryId: String? -
The repository name associated with the request.
Declaration
Swift
public let repositoryName: String? -
Undocumented
Declaration
Swift
public init(imageScanningConfiguration: ImageScanningConfiguration? = nil, registryId: String? = nil, repositoryName: String? = nil)
View on GitHub
PutImageScanningConfigurationResponse Structure Reference