Class: Aws::SageMaker::Types::DeleteImageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteImageRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_name ⇒ String
The name of the image to delete.
Instance Attribute Details
#image_name ⇒ String
The name of the image to delete.
11398 11399 11400 11401 11402 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11398 class DeleteImageRequest < Struct.new( :image_name) SENSITIVE = [] include Aws::Structure end |