Class: Aws::Types::ListHITsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hits::Array[Types::HIT]

Returns the value of attribute hits.

Returns:



345
346
347
# File 'sig/types.rbs', line 345

def hits
  @hits
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def next_token
  @next_token
end

#num_results::Integer

Returns the value of attribute num_results.

Returns:

  • (::Integer)


344
345
346
# File 'sig/types.rbs', line 344

def num_results
  @num_results
end