Class: Aws::SageMaker::Types::DeleteAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteAssociationResponse
- 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.
11213 11214 11215 11216 11217 11218 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11213 class DeleteAssociationResponse < Struct.new( :source_arn, :destination_arn) SENSITIVE = [] include Aws::Structure end |
#source_arn ⇒ String
The ARN of the source.
11213 11214 11215 11216 11217 11218 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11213 class DeleteAssociationResponse < Struct.new( :source_arn, :destination_arn) SENSITIVE = [] include Aws::Structure end |