Class: Aws::SageMaker::Types::AddAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AddAssociationResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_arn ⇒ String
The Amazon Resource Name (ARN) of the destination.
-
#source_arn ⇒ String
The ARN of the source.
Instance Attribute Details
#destination_arn ⇒ String
The Amazon Resource Name (ARN) of the destination.
132 133 134 135 136 137 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 132 class AddAssociationResponse < Struct.new( :source_arn, :destination_arn) SENSITIVE = [] include Aws::Structure end |
#source_arn ⇒ String
The ARN of the source.
132 133 134 135 136 137 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 132 class AddAssociationResponse < Struct.new( :source_arn, :destination_arn) SENSITIVE = [] include Aws::Structure end |