Class: Aws::SageMaker::Types::DeleteArtifactResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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.

Returns:

  • (String)


10419
10420
10421
10422
10423
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10419

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