Struct rusoto_datapipeline::Query [] [src]

pub struct Query {
    pub selectors: Option<SelectorList>,
}

Defines the query to run against an object.

Fields

List of selectors that define the query. An object must satisfy all of the selectors to match the query.

Trait Implementations

impl Default for Query
[src]

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

impl Debug for Query
[src]

Formats the value using the given formatter.

impl Clone for Query
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more