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)


10814
10815
10816
10817
10818
# File 'lib/aws-sdk-sagemaker/types.rb', line 10814

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