You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CognitoIdentityProvider::Types::GlobalSignOutRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::GlobalSignOutRequest
- Defined in:
- (unknown)
Overview
Note:
When passing GlobalSignOutRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
access_token: "TokenModelType", # required
}
Represents the request to sign out all devices.
Instance Attribute Summary collapse
-
#access_token ⇒ String
The access token.
Instance Attribute Details
#access_token ⇒ String
The access token.