Class: Aws::SageMaker::Types::DeleteHumanTaskUiRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteHumanTaskUiRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#human_task_ui_name ⇒ String
The name of the human task user interface (work task template) you want to delete.
Instance Attribute Details
#human_task_ui_name ⇒ String
The name of the human task user interface (work task template) you want to delete.
11523 11524 11525 11526 11527 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11523 class DeleteHumanTaskUiRequest < Struct.new( :human_task_ui_name) SENSITIVE = [] include Aws::Structure end |