You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PolicyParameter as input to an Aws::Client method, you can use a vanilla Hash:

{
  key: "String",
  values: ["String"],
  map_entries: [
    {
      key: "String",
      values: ["String"],
    },
  ],
}

Name of the parameter from the Review policy.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

Name of the parameter from the list of Review Polices.

Returns:

  • (String)

    Name of the parameter from the list of Review Polices.

#map_entriesArray<Types::ParameterMapEntry>

List of ParameterMapEntry objects.

Returns:

#valuesArray<String>

The list of values of the Parameter

Returns:

  • (Array<String>)

    The list of values of the Parameter.