Class: Aws::Types::ListHumanTaskUisResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListHumanTaskUisResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#human_task_ui_summaries ⇒ ::Array[Types::HumanTaskUiSummary]
Returns the value of attribute human_task_ui_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#human_task_ui_summaries ⇒ ::Array[Types::HumanTaskUiSummary]
Returns the value of attribute human_task_ui_summaries.
7693 7694 7695 |
# File 'sig/types.rbs', line 7693 def human_task_ui_summaries @human_task_ui_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7694 7695 7696 |
# File 'sig/types.rbs', line 7694 def next_token @next_token end |