Class: Aws::SageMaker::Types::ArtifactSourceType

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

Overview

The ID and ID type of an artifact source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_id_typeString

The type of ID.

Returns:

  • (String)


1490
1491
1492
1493
1494
1495
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1490

class ArtifactSourceType < Struct.new(
  :source_id_type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The ID.

Returns:

  • (String)


1490
1491
1492
1493
1494
1495
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1490

class ArtifactSourceType < Struct.new(
  :source_id_type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end