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

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 of the AppImageConfig.

Returns:

  • (String)


5060
5061
5062
5063
5064
# File 'lib/aws-sdk-sagemaker/types.rb', line 5060

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