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)


10773
10774
10775
# File 'sig/types.rbs', line 10773

def next_token
  @next_token
end

#results::Array[Types::SearchRecord]

Returns the value of attribute results.

Returns:



10772
10773
10774
# File 'sig/types.rbs', line 10772

def results
  @results
end

#total_hitsTypes::TotalHits

Returns the value of attribute total_hits.

Returns:



10774
10775
10776
# File 'sig/types.rbs', line 10774

def total_hits
  @total_hits
end