Class: Aws::SageMaker::Types::DescribeArtifactRequest

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 to describe.

Returns:

  • (String)


11679
11680
11681
11682
11683
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11679

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