class Aws::ECR::Client

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

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

Overloads:
  • describe_pull_through_cache_rules(params = {})

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

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

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

Options Hash: (**params)
  • :max_results (Integer) --
  • :next_token (String) --
  • :ecr_repository_prefixes (Array) --
  • :registry_id (String) --
def describe_pull_through_cache_rules(params = {}, options = {})
  req = build_request(:describe_pull_through_cache_rules, params)
  req.send_request(options)
end