Class: Aws::CognitoIdentityProvider::Types::GetUserRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Represents the request to get information about the user.

Constant Summary collapse

SENSITIVE =
[:access_token]

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenString

A non-expired access token for the user whose information you want to query.

Returns:

  • (String)


5069
5070
5071
5072
5073
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5069

class GetUserRequest < Struct.new(
  :access_token)
  SENSITIVE = [:access_token]
  include Aws::Structure
end