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