You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::DeleteUserProfileRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::DeleteUserProfileRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing DeleteUserProfileRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  domain_id: "DomainId", # required
  user_profile_name: "UserProfileName", # required
}
Instance Attribute Summary collapse
- 
  
    
      #domain_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The domain ID. 
- 
  
    
      #user_profile_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The user profile name. 
Instance Attribute Details
#domain_id ⇒ String
The domain ID.
#user_profile_name ⇒ String
The user profile name.