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)


10788
10789
10790
# File 'sig/types.rbs', line 10788

def next_token
  @next_token
end

#results::Array[Types::SearchRecord]

Returns the value of attribute results.

Returns:



10787
10788
10789
# File 'sig/types.rbs', line 10787

def results
  @results
end

#total_hitsTypes::TotalHits

Returns the value of attribute total_hits.

Returns:



10789
10790
10791
# File 'sig/types.rbs', line 10789

def total_hits
  @total_hits
end