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

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)


11140
11141
11142
11143
11144
11145
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11140

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

#source_arnString

The ARN of the source.

Returns:

  • (String)


11140
11141
11142
11143
11144
11145
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11140

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