Class: Aws::SageMaker::Types::DeletePartnerAppResponse

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

#arnString

The ARN of the SageMaker Partner AI App that was deleted.

Returns:

  • (String)


12510
12511
12512
12513
12514
# File 'lib/aws-sdk-sagemaker/types.rb', line 12510

class DeletePartnerAppResponse < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end