Class: Aws::SageMaker::Types::DeleteAppImageConfigRequest

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_nameString

The name of the AppImageConfig to delete.

Returns:

  • (String)


10362
10363
10364
10365
10366
# File 'lib/aws-sdk-sagemaker/types.rb', line 10362

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