Class: Aws::Types::ListHITsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListHITsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hits ⇒ ::Array[Types::HIT]
Returns the value of attribute hits.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#num_results ⇒ ::Integer
Returns the value of attribute num_results.
Instance Attribute Details
#hits ⇒ ::Array[Types::HIT]
Returns the value of attribute hits.
345 346 347 |
# File 'sig/types.rbs', line 345 def hits @hits end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
344 345 346 |
# File 'sig/types.rbs', line 344 def num_results @num_results end |