Struct aws_sdk_databasemigration::model::Filter [−][src]
Expand description
Identifies the name and value of a filter object. This filter is used to limit the
number and type of DMS objects that are returned for a particular
Describe*
call or similar operation. Filters are used as an optional
parameter for certain API operations.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.name: Option<String>
The name of the filter as specified for a Describe*
or similar
operation.
values: Option<Vec<String>>
The filter value, which can specify one or more values used to narrow the returned results.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Filter
impl UnwindSafe for Filter
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