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)


9931
9932
9933
9934
9935
# File 'lib/aws-sdk-sagemaker/types.rb', line 9931

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