class Aws::SSO::Client
def get_role_credentials(params = {}, options = {})
-
params(Hash) -- ({})
Overloads:
-
get_role_credentials(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/sso-2019-06-10/GetRoleCredentials - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::GetRoleCredentialsResponse)- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)-
:access_token(required, String) -- -
:account_id(required, String) -- -
:role_name(required, String) --
def get_role_credentials(params = {}, options = {}) req = build_request(:get_role_credentials, params) req.send_request(options) end