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.
1690 1691 1692 1693 1694 1695 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1690 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.
1690 1691 1692 1693 1694 1695 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1690 class AssociationInfo < Struct.new( :source_arn, :destination_arn) SENSITIVE = [] include Aws::Structure end |