Class: Aws::Types::SearchWorkersResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchWorkersResponse
- 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.
-
#total_results ⇒ ::Integer
Returns the value of attribute total_results.
-
#workers ⇒ ::Array[Types::WorkerSearchSummary]
Returns the value of attribute workers.
Instance Attribute Details
#next_item_offset ⇒ ::Integer
Returns the value of attribute next_item_offset.
2725 2726 2727 |
# File 'sig/types.rbs', line 2725 def next_item_offset @next_item_offset end |
#total_results ⇒ ::Integer
Returns the value of attribute total_results.
2726 2727 2728 |
# File 'sig/types.rbs', line 2726 def total_results @total_results end |
#workers ⇒ ::Array[Types::WorkerSearchSummary]
Returns the value of attribute workers.
2724 2725 2726 |
# File 'sig/types.rbs', line 2724 def workers @workers end |