Class: Aws::Types::SearchWorkersResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_item_offset::Integer

Returns the value of attribute next_item_offset.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:



2724
2725
2726
# File 'sig/types.rbs', line 2724

def workers
  @workers
end