Class: Aws::Types::SearchResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.



10849
10850
10851
# File 'sig/types.rbs', line 10849

def next_token
  @next_token
end

#results::Array[Types::SearchRecord]

Returns the value of attribute results.



10848
10849
10850
# File 'sig/types.rbs', line 10848

def results
  @results
end

#total_hitsTypes::TotalHits

Returns the value of attribute total_hits.



10850
10851
10852
# File 'sig/types.rbs', line 10850

def total_hits
  @total_hits
end