Class: Aws::Types::ListReviewPolicyResultsForHITRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListReviewPolicyResultsForHITRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hit_id ⇒ ::String
Returns the value of attribute hit_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#policy_levels ⇒ ::Array[("Assignment" | "HIT")]
Returns the value of attribute policy_levels.
-
#retrieve_actions ⇒ Boolean
Returns the value of attribute retrieve_actions.
-
#retrieve_results ⇒ Boolean
Returns the value of attribute retrieve_results.
Instance Attribute Details
#hit_id ⇒ ::String
Returns the value of attribute hit_id.
380 381 382 |
# File 'sig/types.rbs', line 380 def hit_id @hit_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
385 386 387 |
# File 'sig/types.rbs', line 385 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
384 385 386 |
# File 'sig/types.rbs', line 384 def next_token @next_token end |
#policy_levels ⇒ ::Array[("Assignment" | "HIT")]
Returns the value of attribute policy_levels.
381 382 383 |
# File 'sig/types.rbs', line 381 def policy_levels @policy_levels end |
#retrieve_actions ⇒ Boolean
Returns the value of attribute retrieve_actions.
382 383 384 |
# File 'sig/types.rbs', line 382 def retrieve_actions @retrieve_actions end |
#retrieve_results ⇒ Boolean
Returns the value of attribute retrieve_results.
383 384 385 |
# File 'sig/types.rbs', line 383 def retrieve_results @retrieve_results end |