DescribeImageScanFindingsResponse
public struct DescribeImageScanFindingsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let imageId: ImageIdentifier?
-
The information contained in the image scan findings.
Declaration
Swift
public let imageScanFindings: ImageScanFindings?
-
The current state of the scan.
Declaration
Swift
public let imageScanStatus: ImageScanStatus?
-
The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
Declaration
Swift
public let nextToken: String?
-
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, imageScanFindings: ImageScanFindings? = nil, imageScanStatus: ImageScanStatus? = nil, nextToken: String? = nil, registryId: String? = nil, repositoryName: String? = nil)