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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


10656
10657
10658
10659
10660
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10656

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