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.
11515 11516 11517 11518 11519 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11515 class DeleteHumanTaskUiRequest < Struct.new( :human_task_ui_name) SENSITIVE = [] include Aws::Structure end |