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)


11582
11583
11584
11585
11586
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11582

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