ImageDetail

public struct ImageDetail : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The artifact media type of the image.

    Declaration

    Swift

    public let artifactMediaType: String?
  • The sha256 digest of the image manifest.

    Declaration

    Swift

    public let imageDigest: String?
  • The media type of the image manifest.

    Declaration

    Swift

    public let imageManifestMediaType: String?
  • The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

    Declaration

    Swift

    public let imagePushedAt: TimeStamp?
  • A summary of the last completed image scan.

    Declaration

    Swift

    public let imageScanFindingsSummary: ImageScanFindingsSummary?
  • The current state of the scan.

    Declaration

    Swift

    public let imageScanStatus: ImageScanStatus?
  • The size, in bytes, of the image in the repository. If the image is a manifest list, this will be the max size of all manifests in the list. Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

    Declaration

    Swift

    public let imageSizeInBytes: Int64?
  • The list of tags associated with this image.

    Declaration

    Swift

    public let imageTags: [String]?
  • The AWS account ID associated with the registry to which this image belongs.

    Declaration

    Swift

    public let registryId: String?
  • The name of the repository to which this image belongs.

    Declaration

    Swift

    public let repositoryName: String?
  • Undocumented

    Declaration

    Swift

    public init(artifactMediaType: String? = nil, imageDigest: String? = nil, imageManifestMediaType: String? = nil, imagePushedAt: TimeStamp? = nil, imageScanFindingsSummary: ImageScanFindingsSummary? = nil, imageScanStatus: ImageScanStatus? = nil, imageSizeInBytes: Int64? = nil, imageTags: [String]? = nil, registryId: String? = nil, repositoryName: String? = nil)