Class: Aws::SageMaker::Types::DeleteArtifactRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_arnString

The Amazon Resource Name (ARN) of the artifact to delete.

Returns:

  • (String)


10412
10413
10414
10415
10416
10417
# File 'lib/aws-sdk-sagemaker/types.rb', line 10412

class DeleteArtifactRequest < Struct.new(
  :artifact_arn,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#sourceTypes::ArtifactSource

The URI of the source.



10412
10413
10414
10415
10416
10417
# File 'lib/aws-sdk-sagemaker/types.rb', line 10412

class DeleteArtifactRequest < Struct.new(
  :artifact_arn,
  :source)
  SENSITIVE = []
  include Aws::Structure
end