BatchDeleteImageRequest

public struct BatchDeleteImageRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

    Declaration

    Swift

    public let imageIds: [ImageIdentifier]
  • The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

    Declaration

    Swift

    public let registryId: String?
  • The repository that contains the image to delete.

    Declaration

    Swift

    public let repositoryName: String
  • Undocumented

    Declaration

    Swift

    public init(imageIds: [ImageIdentifier], registryId: String? = nil, repositoryName: String)
  • Declaration

    Swift

    public func validate(name: String) throws