class Aws::STS::Client
def get_federation_token(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
get_federation_token(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/GetFederationToken - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Example: Example: To get temporary credentials for a role by using GetFederationToken -
Returns:
-
(Types::GetFederationTokenResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:duration_seconds
(Integer
) -- -
:policy
(String
) -- -
:name
(required, String
) --
def get_federation_token(params = {}, options = {}) req = build_request(:get_federation_token, params) req.send_request(options) end