Class: Aws::Types::SearchResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10766
10767
10768
# File 'sig/types.rbs', line 10766

def next_token
  @next_token
end

#results::Array[Types::SearchRecord]

Returns the value of attribute results.

Returns:



10765
10766
10767
# File 'sig/types.rbs', line 10765

def results
  @results
end

#total_hitsTypes::TotalHits

Returns the value of attribute total_hits.

Returns:



10767
10768
10769
# File 'sig/types.rbs', line 10767

def total_hits
  @total_hits
end