Class: Aws::SageMaker::Types::DeleteAssociationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_arnString

The Amazon Resource Name (ARN) of the destination.

Returns:

  • (String)


10402
10403
10404
10405
10406
10407
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10402

class DeleteAssociationRequest < Struct.new(
  :source_arn,
  :destination_arn)
  SENSITIVE = []
  include Aws::Structure
end

#source_arnString

The ARN of the source.

Returns:

  • (String)


10402
10403
10404
10405
10406
10407
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10402

class DeleteAssociationRequest < Struct.new(
  :source_arn,
  :destination_arn)
  SENSITIVE = []
  include Aws::Structure
end