Class: Aws::SageMaker::Types::ArtifactSourceType
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ArtifactSourceType
- 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
-
#source_id_type ⇒ String
The type of ID.
-
#value ⇒ String
The ID.
Instance Attribute Details
#source_id_type ⇒ String
The type of ID.
1480 1481 1482 1483 1484 1485 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1480 class ArtifactSourceType < Struct.new( :source_id_type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The ID.
1480 1481 1482 1483 1484 1485 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1480 class ArtifactSourceType < Struct.new( :source_id_type, :value) SENSITIVE = [] include Aws::Structure end |