Class: Aws::DataZone::Types::GetUserProfileInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DataZone::Types::GetUserProfileInput
 
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #domain_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    the ID of the Amazon DataZone domain the data portal of which you want to get. 
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of the user profile. 
- 
  
    
      #user_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the user for which you want to get the user profile. 
Instance Attribute Details
#domain_identifier ⇒ String
the ID of the Amazon DataZone domain the data portal of which you want to get.
| 10958 10959 10960 10961 10962 10963 10964 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10958 class GetUserProfileInput < Struct.new( :domain_identifier, :type, :user_identifier) SENSITIVE = [] include Aws::Structure end | 
#type ⇒ String
The type of the user profile.
| 10958 10959 10960 10961 10962 10963 10964 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10958 class GetUserProfileInput < Struct.new( :domain_identifier, :type, :user_identifier) SENSITIVE = [] include Aws::Structure end | 
#user_identifier ⇒ String
The identifier of the user for which you want to get the user profile.
| 10958 10959 10960 10961 10962 10963 10964 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10958 class GetUserProfileInput < Struct.new( :domain_identifier, :type, :user_identifier) SENSITIVE = [] include Aws::Structure end |