Class: Aws::SageMaker::Types::AssociationInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#destination_arnString

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_arnString

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