Class: Aws::SageMaker::Types::DeleteAppImageConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteAppImageConfigRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_image_config_name ⇒ String
The name of the AppImageConfig to delete.
Instance Attribute Details
#app_image_config_name ⇒ String
The name of the AppImageConfig to delete.
11044 11045 11046 11047 11048 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11044 class DeleteAppImageConfigRequest < Struct.new( :app_image_config_name) SENSITIVE = [] include Aws::Structure end |