Class: Aws::SageMaker::Types::CreateAppImageConfigResponse

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

#app_image_config_arnString

The ARN of the AppImageConfig.

Returns:

  • (String)


6311
6312
6313
6314
6315
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6311

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