Class: Aws::SageMaker::Types::DeleteHumanTaskUiRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteHumanTaskUiRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
11554 11555 11556 11557 11558 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11554 class DeleteHumanTaskUiRequest < Struct.new( :human_task_ui_name) SENSITIVE = [] include Aws::Structure end |