Class: Aws::Types::SearchJobsResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchJobsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#jobs ⇒ ::Array[Types::JobSearchSummary]
Returns the value of attribute jobs.
-
#next_item_offset ⇒ ::Integer
Returns the value of attribute next_item_offset.
-
#total_results ⇒ ::Integer
Returns the value of attribute total_results.
Instance Attribute Details
#jobs ⇒ ::Array[Types::JobSearchSummary]
Returns the value of attribute jobs.
2648 2649 2650 |
# File 'sig/types.rbs', line 2648 def jobs @jobs end |
#next_item_offset ⇒ ::Integer
Returns the value of attribute next_item_offset.
2649 2650 2651 |
# File 'sig/types.rbs', line 2649 def next_item_offset @next_item_offset end |
#total_results ⇒ ::Integer
Returns the value of attribute total_results.
2650 2651 2652 |
# File 'sig/types.rbs', line 2650 def total_results @total_results end |