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

Class: Aws::MTurk::Types::HITLayoutParameter

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

Overview

Note:

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

{
  name: "String", # required
  value: "String", # required
}

The HITLayoutParameter data structure defines parameter values used with a HITLayout. A HITLayout is a reusable Amazon Mechanical Turk project template used to provide Human Intelligence Task (HIT) question data for CreateHIT.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the parameter in the HITLayout.

Returns:

  • (String)

    The name of the parameter in the HITLayout.

#valueString

The value substituted for the parameter referenced in the HITLayout.

Returns:

  • (String)

    The value substituted for the parameter referenced in the HITLayout.