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.
1568 1569 1570 1571 1572 1573 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1568 class ArtifactSourceType < Struct.new( :source_id_type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The ID.
1568 1569 1570 1571 1572 1573 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1568 class ArtifactSourceType < Struct.new( :source_id_type, :value) SENSITIVE = [] include Aws::Structure end |