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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


10441
10442
10443
10444
10445
10446
# File 'lib/aws-sdk-sagemaker/types.rb', line 10441

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

#source_arnString

The ARN of the source.

Returns:

  • (String)


10441
10442
10443
10444
10445
10446
# File 'lib/aws-sdk-sagemaker/types.rb', line 10441

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