Class: Aws::Types::ListReviewableHITsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hit_type_id::String

Returns the value of attribute hit_type_id.

Returns:

  • (::String)


400
401
402
# File 'sig/types.rbs', line 400

def hit_type_id
  @hit_type_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


403
404
405
# File 'sig/types.rbs', line 403

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def next_token
  @next_token
end

#status"Reviewable", "Reviewing"

Returns the value of attribute status.

Returns:

  • ("Reviewable", "Reviewing")


401
402
403
# File 'sig/types.rbs', line 401

def status
  @status
end