Class: Aws::SageMaker::Types::DeleteAssociationResponse

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)


9690
9691
9692
9693
9694
9695
# File 'lib/aws-sdk-sagemaker/types.rb', line 9690

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

#source_arnString

The ARN of the source.

Returns:

  • (String)


9690
9691
9692
9693
9694
9695
# File 'lib/aws-sdk-sagemaker/types.rb', line 9690

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