class Aws::ECR::Client

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

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

Overloads:
  • delete_registry_policy(params = {})

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

Other tags:
    Example: Response structure -

Returns:
  • (Types::DeleteRegistryPolicyResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:
def delete_registry_policy(params = {}, options = {})
  req = build_request(:delete_registry_policy, params)
  req.send_request(options)
end