class Aws::STS::Client
def get_access_key_info(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
get_access_key_info(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/GetAccessKeyInfo - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::GetAccessKeyInfoResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:access_key_id
(required, String
) --
def get_access_key_info(params = {}, options = {}) req = build_request(:get_access_key_info, params) req.send_request(options) end