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.
1468 1469 1470 1471 1472 1473 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1468 class ArtifactSourceType < Struct.new( :source_id_type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The ID.
1468 1469 1470 1471 1472 1473 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1468 class ArtifactSourceType < Struct.new( :source_id_type, :value) SENSITIVE = [] include Aws::Structure end |