Class: Aws::Types::ListReviewableHITsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListReviewableHITsResponse
- 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.
410 411 412 |
# File 'sig/types.rbs', line 410 def hits @hits end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
408 409 410 |
# File 'sig/types.rbs', line 408 def next_token @next_token end |
#num_results ⇒ ::Integer
Returns the value of attribute num_results.
409 410 411 |
# File 'sig/types.rbs', line 409 def num_results @num_results end |