class Aws::ECR::Client

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

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

Overloads:
  • batch_get_image(params = {})

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

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -
    Example: Example: To obtain multiple images in a single request -

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

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