Class: Aws::SageMaker::Types::ArtifactSourceType
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ArtifactSourceType
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The ID and ID type of an artifact source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_id_type ⇒ String
The type of ID.
-
#value ⇒ String
The ID.
Instance Attribute Details
#source_id_type ⇒ String
The type of ID.
1475 1476 1477 1478 1479 1480 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1475 class ArtifactSourceType < Struct.new( :source_id_type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The ID.
1475 1476 1477 1478 1479 1480 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1475 class ArtifactSourceType < Struct.new( :source_id_type, :value) SENSITIVE = [] include Aws::Structure end |