Class: Aws::Types::SearchJobsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#jobs::Array[Types::JobSearchSummary]

Returns the value of attribute jobs.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


2650
2651
2652
# File 'sig/types.rbs', line 2650

def total_results
  @total_results
end