Class: Aws::SageMaker::Types::DeleteHumanTaskUiRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#human_task_ui_nameString

The name of the human task user interface (work task template) you want to delete.

Returns:

  • (String)


10737
10738
10739
10740
10741
# File 'lib/aws-sdk-sagemaker/types.rb', line 10737

class DeleteHumanTaskUiRequest < Struct.new(
  :human_task_ui_name)
  SENSITIVE = []
  include Aws::Structure
end