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.
7678 7679 7680 |
# File 'sig/types.rbs', line 7678 def human_task_ui_summaries @human_task_ui_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7679 7680 7681 |
# File 'sig/types.rbs', line 7679 def next_token @next_token end |