Class: Aws::Types::SearchTasksResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchTasksResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_item_offset ⇒ ::Integer
Returns the value of attribute next_item_offset.
-
#tasks ⇒ ::Array[Types::TaskSearchSummary]
Returns the value of attribute tasks.
-
#total_results ⇒ ::Integer
Returns the value of attribute total_results.
Instance Attribute Details
#next_item_offset ⇒ ::Integer
Returns the value of attribute next_item_offset.
2702 2703 2704 |
# File 'sig/types.rbs', line 2702 def next_item_offset @next_item_offset end |
#tasks ⇒ ::Array[Types::TaskSearchSummary]
Returns the value of attribute tasks.
2701 2702 2703 |
# File 'sig/types.rbs', line 2701 def tasks @tasks end |
#total_results ⇒ ::Integer
Returns the value of attribute total_results.
2703 2704 2705 |
# File 'sig/types.rbs', line 2703 def total_results @total_results end |