Struct rusoto_datapipeline::Selector [] [src]

pub struct Selector {
    pub field_name: Option<String>,
    pub operator: Option<Operator>,
}

A comparision that is used to determine whether a query should return this object.

Fields

The name of the field that the operator will be applied to. The field name is the "key" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.

Trait Implementations

impl Default for Selector
[src]

[src]

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

impl Debug for Selector
[src]

[src]

Formats the value using the given formatter.

impl Clone for Selector
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more