Class: Aws::SageMaker::Types::DeleteImageRequest

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

#image_nameString

The name of the image to delete.

Returns:

  • (String)


10684
10685
10686
10687
10688
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10684

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