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.
2309 2310 2311 |
# File 'sig/types.rbs', line 2309 def human_task_ui_name @human_task_ui_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2311 2312 2313 |
# File 'sig/types.rbs', line 2311 def end |
#ui_template ⇒ Types::UiTemplate
Returns the value of attribute ui_template.
2310 2311 2312 |
# File 'sig/types.rbs', line 2310 def ui_template @ui_template end |