Class: Aws::Types::CreateHumanTaskUiRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#human_task_ui_name::String

Returns the value of attribute human_task_ui_name.

Returns:

  • (::String)


2294
2295
2296
# File 'sig/types.rbs', line 2294

def human_task_ui_name
  @human_task_ui_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2296
2297
2298
# File 'sig/types.rbs', line 2296

def tags
  @tags
end

#ui_templateTypes::UiTemplate

Returns the value of attribute ui_template.

Returns:



2295
2296
2297
# File 'sig/types.rbs', line 2295

def ui_template
  @ui_template
end