class Aws::ECR::Types::StartImageScanRequest

@note When making an API call, you may pass StartImageScanRequest

data as a hash:

    {
      registry_id: "RegistryId",
      repository_name: "RepositoryName", # required
      image_id: { # required
        image_digest: "ImageDigest",
        image_tag: "ImageTag",
      },
    }

@!attribute [rw] registry_id

The Amazon Web Services 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.
@return [String]

@!attribute [rw] repository_name

The name of the repository that contains the images to scan.
@return [String]

@!attribute [rw] image_id

An object with identifying information for an Amazon ECR image.
@return [Types::ImageIdentifier]

@see docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/StartImageScanRequest AWS API Documentation

Constants

SENSITIVE