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.
12153 12154 12155 12156 12157 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12153 class DeleteImageRequest < Struct.new( :image_name) SENSITIVE = [] include Aws::Structure end |