Image

public struct Image : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An object containing the image tag and image digest associated with an image.

    Declaration

    Swift

    public let imageId: ImageIdentifier?
  • The image manifest associated with the image.

    Declaration

    Swift

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

    Declaration

    Swift

    public let imageManifestMediaType: String?
  • The AWS account ID associated with the registry containing the image.

    Declaration

    Swift

    public let registryId: String?
  • The name of the repository associated with the image.

    Declaration

    Swift

    public let repositoryName: String?
  • Undocumented

    Declaration

    Swift

    public init(imageId: ImageIdentifier? = nil, imageManifest: String? = nil, imageManifestMediaType: String? = nil, registryId: String? = nil, repositoryName: String? = nil)