Class: Aws::MTurk::Types::PolicyParameter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb

Overview

Name of the parameter from the Review policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

Name of the parameter from the list of Review Polices.

Returns:

  • (String)


1894
1895
1896
1897
1898
1899
1900
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1894

class PolicyParameter < Struct.new(
  :key,
  :values,
  :map_entries)
  SENSITIVE = []
  include Aws::Structure
end

#map_entriesArray<Types::ParameterMapEntry>

List of ParameterMapEntry objects.

Returns:



1894
1895
1896
1897
1898
1899
1900
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1894

class PolicyParameter < Struct.new(
  :key,
  :values,
  :map_entries)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

The list of values of the Parameter

Returns:

  • (Array<String>)


1894
1895
1896
1897
1898
1899
1900
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1894

class PolicyParameter < Struct.new(
  :key,
  :values,
  :map_entries)
  SENSITIVE = []
  include Aws::Structure
end