class Aws::ECR::Client
def describe_registry(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
describe_registry(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DescribeRegistry - AWS API Documentation
Other tags:
- Example: Response structure -
Returns:
-
(Types::DescribeRegistryResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
def describe_registry(params = {}, options = {}) req = build_request(:describe_registry, params) req.send_request(options) end