Class: Aws::Types::ListReviewPolicyResultsForHITRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hit_id::String

Returns the value of attribute hit_id.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:



381
382
383
# File 'sig/types.rbs', line 381

def policy_levels
  @policy_levels
end

#retrieve_actionsBoolean

Returns the value of attribute retrieve_actions.

Returns:

  • (Boolean)


382
383
384
# File 'sig/types.rbs', line 382

def retrieve_actions
  @retrieve_actions
end

#retrieve_resultsBoolean

Returns the value of attribute retrieve_results.

Returns:

  • (Boolean)


383
384
385
# File 'sig/types.rbs', line 383

def retrieve_results
  @retrieve_results
end