Class: Aws::SageMaker::Types::DeleteArtifactRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DeleteArtifactRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #artifact_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the artifact to delete.
 - 
  
    
      #source  ⇒ Types::ArtifactSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The URI of the source.
 
Instance Attribute Details
#artifact_arn ⇒ String
The Amazon Resource Name (ARN) of the artifact to delete.
      11838 11839 11840 11841 11842 11843  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 11838 class DeleteArtifactRequest < Struct.new( :artifact_arn, :source) SENSITIVE = [] include Aws::Structure end  | 
  
#source ⇒ Types::ArtifactSource
The URI of the source.
      11838 11839 11840 11841 11842 11843  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 11838 class DeleteArtifactRequest < Struct.new( :artifact_arn, :source) SENSITIVE = [] include Aws::Structure end  |