Struct rusoto_mturk::PolicyParameter [] [src]

pub struct PolicyParameter {
    pub key: Option<String>,
    pub map_entries: Option<Vec<ParameterMapEntry>>,
    pub values: Option<Vec<String>>,
}

Name of the parameter from the Review policy.

Fields

Name of the parameter from the list of Review Polices.

List of ParameterMapEntry objects.

The list of values of the Parameter

Trait Implementations

impl Default for PolicyParameter
[src]

Returns the "default value" for a type. Read more

impl Debug for PolicyParameter
[src]

Formats the value using the given formatter.

impl Clone for PolicyParameter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more