Class: Aws::Types::ListReviewableHITsResponse

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:



410
411
412
# File 'sig/types.rbs', line 410

def hits
  @hits
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


409
410
411
# File 'sig/types.rbs', line 409

def num_results
  @num_results
end