Class: Aws::SageMaker::Types::UpdateUserProfileResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::UpdateUserProfileResponse
 
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #user_profile_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The user profile Amazon Resource Name (ARN). 
Instance Attribute Details
#user_profile_arn ⇒ String
The user profile Amazon Resource Name (ARN).
| 52924 52925 52926 52927 52928 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 52924 class UpdateUserProfileResponse < Struct.new( :user_profile_arn) SENSITIVE = [] include Aws::Structure end |