Class: Aws::SageMaker::Types::UpdatePartnerAppResponse

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 updated.

Returns:

  • (String)


49193
49194
49195
49196
49197
# File 'lib/aws-sdk-sagemaker/types.rb', line 49193

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