Struct aws_sdk_datapipeline::model::Selector
source · [−]#[non_exhaustive]pub struct Selector {
pub field_name: Option<String>,
pub operator: Option<Operator>,
}
Expand description
A comparision that is used to determine whether a query should return this object.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.field_name: Option<String>
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.
operator: Option<Operator>
Contains a logical operation for comparing the value of a field with a specified value.
Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for Selector
impl UnwindSafe for Selector
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more