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.
11543 11544 11545 11546 11547 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11543 class DeleteImageRequest < Struct.new( :image_name) SENSITIVE = [] include Aws::Structure end |