Struct aws_sdk_applicationdiscovery::model::ImportTaskFilter [−][src]
#[non_exhaustive]pub struct ImportTaskFilter {
pub name: Option<ImportTaskFilterName>,
pub values: Option<Vec<String>>,
}Expand description
A name-values pair of elements you can use to filter the results when querying your import tasks. Currently, wildcards are not supported for filters.
When filtering by import status, all other filter values are ignored.
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.name: Option<ImportTaskFilterName>The name, status, or import task ID for a specific import task.
values: Option<Vec<String>>An array of strings that you can provide to match against a specific name, status, or import task ID to filter the results for your import task queries.
Implementations
The name, status, or import task ID for a specific import task.
Creates a new builder-style object to manufacture ImportTaskFilter
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ImportTaskFilter
impl Send for ImportTaskFilter
impl Sync for ImportTaskFilter
impl Unpin for ImportTaskFilter
impl UnwindSafe for ImportTaskFilter
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
