class Aws::ECR::Client
def put_image(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
put_image(params = {})
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::PutImageResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:image_manifest
(required, String
) -- -
:repository_name
(required, String
) -- -
:registry_id
(String
) --
def put_image(params = {}, options = {}) req = build_request(:put_image, params) req.send_request(options) end