Class: Aws::SageMaker::Types::AssociationInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AssociationInfo
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
The data type used to describe the relationship between different sources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_arn ⇒ String
The Amazon Resource Name (ARN) of the
AssociationInfodestination. -
#source_arn ⇒ String
The Amazon Resource Name (ARN) of the
AssociationInfosource.
Instance Attribute Details
#destination_arn ⇒ String
The Amazon Resource Name (ARN) of the AssociationInfo destination.
1703 1704 1705 1706 1707 1708 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1703 class AssociationInfo < Struct.new( :source_arn, :destination_arn) SENSITIVE = [] include Aws::Structure end |
#source_arn ⇒ String
The Amazon Resource Name (ARN) of the AssociationInfo source.
1703 1704 1705 1706 1707 1708 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1703 class AssociationInfo < Struct.new( :source_arn, :destination_arn) SENSITIVE = [] include Aws::Structure end |