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)


47299
47300
47301
47302
47303
# File 'lib/aws-sdk-sagemaker/types.rb', line 47299

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