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