Class: Aws::SageMaker::Types::DeleteAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteAssociationRequest
- 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.
11235 11236 11237 11238 11239 11240 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11235 class DeleteAssociationRequest < Struct.new( :source_arn, :destination_arn) SENSITIVE = [] include Aws::Structure end |
#source_arn ⇒ String
The ARN of the source.
11235 11236 11237 11238 11239 11240 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11235 class DeleteAssociationRequest < Struct.new( :source_arn, :destination_arn) SENSITIVE = [] include Aws::Structure end |