Class: Aws::SageMaker::Types::UiTemplateInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UiTemplateInfo
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Container for user interface template information.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #content_sha_256  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The SHA-256 digest of the contents of the template.
 - 
  
    
      #url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The URL for the user interface template.
 
Instance Attribute Details
#content_sha_256 ⇒ String
The SHA-256 digest of the contents of the template.
      47215 47216 47217 47218 47219 47220  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47215 class UiTemplateInfo < Struct.new( :url, :content_sha_256) SENSITIVE = [] include Aws::Structure end  | 
  
#url ⇒ String
The URL for the user interface template.
      47215 47216 47217 47218 47219 47220  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47215 class UiTemplateInfo < Struct.new( :url, :content_sha_256) SENSITIVE = [] include Aws::Structure end  |