Class: Aws::Types::CreateHumanTaskUiRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateHumanTaskUiRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#human_task_ui_name ⇒ ::String
Returns the value of attribute human_task_ui_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#ui_template ⇒ Types::UiTemplate
Returns the value of attribute ui_template.
Instance Attribute Details
#human_task_ui_name ⇒ ::String
Returns the value of attribute human_task_ui_name.
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.
2296 2297 2298 |
# File 'sig/types.rbs', line 2296 def @tags end |
#ui_template ⇒ Types::UiTemplate
Returns the value of attribute ui_template.
2295 2296 2297 |
# File 'sig/types.rbs', line 2295 def ui_template @ui_template end |