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