class Aws::ECR::Client

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

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

Overloads:
  • batch_delete_image(params = {})

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

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -
    Example: Example: To delete multiple images -

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

Options Hash: (**params)
  • :image_ids (required, Array) --
  • :repository_name (required, String) --
  • :registry_id (String) --
def batch_delete_image(params = {}, options = {})
  req = build_request(:batch_delete_image, params)
  req.send_request(options)
end