Class: Aws::SageMaker::Types::UserProfileDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UserProfileDetails
 
 
- Defined in:
 - gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
 
Overview
The user profile details.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The creation time.
 - 
  
    
      #domain_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The domain ID.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The last modified time.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status.
 - 
  
    
      #user_profile_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The user profile name.
 
Instance Attribute Details
#creation_time ⇒ Time
The creation time.
      53128 53129 53130 53131 53132 53133 53134 53135 53136  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 53128 class UserProfileDetails < Struct.new( :domain_id, :user_profile_name, :status, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#domain_id ⇒ String
The domain ID.
      53128 53129 53130 53131 53132 53133 53134 53135 53136  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 53128 class UserProfileDetails < Struct.new( :domain_id, :user_profile_name, :status, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
The last modified time.
      53128 53129 53130 53131 53132 53133 53134 53135 53136  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 53128 class UserProfileDetails < Struct.new( :domain_id, :user_profile_name, :status, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status.
      53128 53129 53130 53131 53132 53133 53134 53135 53136  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 53128 class UserProfileDetails < Struct.new( :domain_id, :user_profile_name, :status, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#user_profile_name ⇒ String
The user profile name.
      53128 53129 53130 53131 53132 53133 53134 53135 53136  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 53128 class UserProfileDetails < Struct.new( :domain_id, :user_profile_name, :status, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  |