Struct rusoto_datapipeline::Field [] [src]

pub struct Field {
    pub key: String,
    pub ref_value: Option<String>,
    pub string_value: Option<String>,
}

A key-value pair that describes a property of a pipeline object. The value is specified as either a string value (StringValue) or a reference to another object (RefValue) but not as both.

Fields

The field identifier.

The field value, expressed as the identifier of another object.

The field value, expressed as a String.

Trait Implementations

impl Default for Field
[src]

[src]

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

impl Debug for Field
[src]

[src]

Formats the value using the given formatter.

impl Clone for Field
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more