StartImageScanRequest

public struct StartImageScanRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Undocumented

    Declaration

    Swift

    public let imageId: ImageIdentifier
  • The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.

    Declaration

    Swift

    public let registryId: String?
  • The name of the repository that contains the images to scan.

    Declaration

    Swift

    public let repositoryName: String
  • Undocumented

    Declaration

    Swift

    public init(imageId: ImageIdentifier, registryId: String? = nil, repositoryName: String)
  • Declaration

    Swift

    public func validate(name: String) throws