Class: Aws::SageMaker::Types::DeleteAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteAssociationResponse
- Defined in:
- gems/aws-sdk-sagemaker/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.
11840 11841 11842 11843 11844 11845 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11840 class DeleteAssociationResponse < Struct.new( :source_arn, :destination_arn) SENSITIVE = [] include Aws::Structure end |
#source_arn ⇒ String
The ARN of the source.
11840 11841 11842 11843 11844 11845 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11840 class DeleteAssociationResponse < Struct.new( :source_arn, :destination_arn) SENSITIVE = [] include Aws::Structure end |