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