class Aws::SSO::Client
def logout(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
logout(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/sso-2019-06-10/Logout - AWS API Documentation
Other tags:
- Example: Request syntax with placeholder values -
Returns:
-
(Struct)
- Returns an empty {Seahorse::Client::Response response}.
Options Hash:
(**params)
-
:access_token
(required, String
) --
def logout(params = {}, options = {}) req = build_request(:logout, params) req.send_request(options) end