Class: Aws::MTurk::Types::ReviewPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::ReviewPolicy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
HIT Review Policy data structures represent HIT review policies, which you specify when you create a HIT.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameters ⇒ Array<Types::PolicyParameter>
Name of the parameter from the Review policy.
-
#policy_name ⇒ String
Name of a Review Policy: SimplePlurality/2011-09-01 or ScoreMyKnownAnswers/2011-09-01.
Instance Attribute Details
#parameters ⇒ Array<Types::PolicyParameter>
Name of the parameter from the Review policy.
2334 2335 2336 2337 2338 2339 |
# File 'lib/aws-sdk-mturk/types.rb', line 2334 class ReviewPolicy < Struct.new( :policy_name, :parameters) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
Name of a Review Policy: SimplePlurality/2011-09-01 or ScoreMyKnownAnswers/2011-09-01
2334 2335 2336 2337 2338 2339 |
# File 'lib/aws-sdk-mturk/types.rb', line 2334 class ReviewPolicy < Struct.new( :policy_name, :parameters) SENSITIVE = [] include Aws::Structure end |