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)


42910
42911
42912
42913
42914
# File 'lib/aws-sdk-sagemaker/types.rb', line 42910

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