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.



52472
52473
52474
52475
52476
# File 'lib/aws-sdk-sagemaker/types.rb', line 52472

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