Class: Aws::MTurk::Types::PolicyParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::PolicyParameter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Name of the parameter from the Review policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
Name of the parameter from the list of Review Polices.
-
#map_entries ⇒ Array<Types::ParameterMapEntry>
List of ParameterMapEntry objects.
-
#values ⇒ Array<String>
The list of values of the Parameter.
Instance Attribute Details
#key ⇒ String
Name of the parameter from the list of Review Polices.
1894 1895 1896 1897 1898 1899 1900 |
# File 'lib/aws-sdk-mturk/types.rb', line 1894 class PolicyParameter < Struct.new( :key, :values, :map_entries) SENSITIVE = [] include Aws::Structure end |
#map_entries ⇒ Array<Types::ParameterMapEntry>
List of ParameterMapEntry objects.
1894 1895 1896 1897 1898 1899 1900 |
# File 'lib/aws-sdk-mturk/types.rb', line 1894 class PolicyParameter < Struct.new( :key, :values, :map_entries) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The list of values of the Parameter
1894 1895 1896 1897 1898 1899 1900 |
# File 'lib/aws-sdk-mturk/types.rb', line 1894 class PolicyParameter < Struct.new( :key, :values, :map_entries) SENSITIVE = [] include Aws::Structure end |