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