class Aws::ECR::Client

def start_image_scan(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • start_image_scan(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/StartImageScan - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::StartImageScanResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :image_id (required, Types::ImageIdentifier) --
  • :repository_name (required, String) --
  • :registry_id (String) --
def start_image_scan(params = {}, options = {})
  req = build_request(:start_image_scan, params)
  req.send_request(options)
end