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