Class: Aws::SageMaker::Types::AssociationInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AssociationInfo
- Includes:
- Aws::Structure
- Defined in:
- 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 ‘AssociationInfo` destination.
-
#source_arn ⇒ String
The Amazon Resource Name (ARN) of the ‘AssociationInfo` source.
Instance Attribute Details
#destination_arn ⇒ String
The Amazon Resource Name (ARN) of the ‘AssociationInfo` destination.
1690 1691 1692 1693 1694 1695 |
# File '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 'lib/aws-sdk-sagemaker/types.rb', line 1690 class AssociationInfo < Struct.new( :source_arn, :destination_arn) SENSITIVE = [] include Aws::Structure end |