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)


1413
1414
1415
1416
1417
1418
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1413

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

#valueString

The ID.

Returns:

  • (String)


1413
1414
1415
1416
1417
1418
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1413

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