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

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

#arnString

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

Returns:

  • (String)


48617
48618
48619
48620
48621
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48617

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