StartImageScanResponse
public struct StartImageScanResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let imageId: ImageIdentifier? -
The current state of the scan.
Declaration
Swift
public let imageScanStatus: ImageScanStatus? -
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(imageId: ImageIdentifier? = nil, imageScanStatus: ImageScanStatus? = nil, registryId: String? = nil, repositoryName: String? = nil)
View on GitHub
StartImageScanResponse Structure Reference