class Aws::ECR::Client

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

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

Overloads:
  • update_pull_through_cache_rule(params = {})

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

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

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

Options Hash: (**params)
  • :credential_arn (required, String) --
  • :ecr_repository_prefix (required, String) --
  • :registry_id (String) --
def update_pull_through_cache_rule(params = {}, options = {})
  req = build_request(:update_pull_through_cache_rule, params)
  req.send_request(options)
end