Class: Aws::SageMaker::Types::OwnershipSettingsSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::OwnershipSettingsSummary
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Specifies summary information about the ownership settings.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #owner_user_profile_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The user profile who is the owner of the space.
 
Instance Attribute Details
#owner_user_profile_name ⇒ String
The user profile who is the owner of the space.
      37655 37656 37657 37658 37659  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 37655 class OwnershipSettingsSummary < Struct.new( :owner_user_profile_name) SENSITIVE = [] include Aws::Structure end  |