class Aws::ECR::Client
def validate_pull_through_cache_rule(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
validate_pull_through_cache_rule(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/ValidatePullThroughCacheRule - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::ValidatePullThroughCacheRuleResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:registry_id
(String
) -- -
:ecr_repository_prefix
(required, String
) --
def validate_pull_through_cache_rule(params = {}, options = {}) req = build_request(:validate_pull_through_cache_rule, params) req.send_request(options) end