Struct rusoto_datapipeline::ParameterAttribute [] [src]

pub struct ParameterAttribute {
    pub key: AttributeNameString,
    pub string_value: AttributeValueString,
}

The attributes allowed or specified with a parameter object.

Fields

The field identifier.

The field value, expressed as a String.

Trait Implementations

impl Default for ParameterAttribute
[src]

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

impl Debug for ParameterAttribute
[src]

Formats the value using the given formatter.

impl Clone for ParameterAttribute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more