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