Class: Aws::SageMaker::Types::UpdateUserProfileRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UpdateUserProfileRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #domain_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The domain ID.
 - 
  
    
      #user_profile_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The user profile name.
 - 
  
    
      #user_settings  ⇒ Types::UserSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A collection of settings.
 
Instance Attribute Details
#domain_id ⇒ String
The domain ID.
      49167 49168 49169 49170 49171 49172 49173  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 49167 class UpdateUserProfileRequest < Struct.new( :domain_id, :user_profile_name, :user_settings) SENSITIVE = [] include Aws::Structure end  | 
  
#user_profile_name ⇒ String
The user profile name.
      49167 49168 49169 49170 49171 49172 49173  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 49167 class UpdateUserProfileRequest < Struct.new( :domain_id, :user_profile_name, :user_settings) SENSITIVE = [] include Aws::Structure end  | 
  
#user_settings ⇒ Types::UserSettings
A collection of settings.
      49167 49168 49169 49170 49171 49172 49173  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 49167 class UpdateUserProfileRequest < Struct.new( :domain_id, :user_profile_name, :user_settings) SENSITIVE = [] include Aws::Structure end  |