Class: Aws::FinSpaceData::Types::GetUserRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FinSpaceData::Types::GetUserRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-finspacedata/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #user_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the user to get data for.
 
Instance Attribute Details
#user_id ⇒ String
The unique identifier of the user to get data for.
      1573 1574 1575 1576 1577  | 
    
      # File 'lib/aws-sdk-finspacedata/types.rb', line 1573 class GetUserRequest < Struct.new( :user_id) SENSITIVE = [] include Aws::Structure end  |