Class: Aws::SageMaker::Types::UpdateAppImageConfigResponse

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

#app_image_config_arnString

The ARN for the AppImageConfig.

Returns:

  • (String)


44928
44929
44930
44931
44932
# File 'lib/aws-sdk-sagemaker/types.rb', line 44928

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