Class: Aws::SageMaker::Types::ArtifactSourceType
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ArtifactSourceType
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The ID and ID type of an artifact source.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #source_id_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of ID.
 - 
  
    
      #value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID.
 
Instance Attribute Details
#source_id_type ⇒ String
The type of ID.
      1469 1470 1471 1472 1473 1474  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 1469 class ArtifactSourceType < Struct.new( :source_id_type, :value) SENSITIVE = [] include Aws::Structure end  | 
  
#value ⇒ String
The ID.
      1469 1470 1471 1472 1473 1474  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 1469 class ArtifactSourceType < Struct.new( :source_id_type, :value) SENSITIVE = [] include Aws::Structure end  |