Struct aws_sdk_fsx::model::DataRepositoryTaskFilter [−][src]
#[non_exhaustive]pub struct DataRepositoryTaskFilter {
pub name: Option<DataRepositoryTaskFilterName>,
pub values: Option<Vec<String>>,
}Expand description
(Optional) An array of filter objects you can use to filter the response of data repository tasks you will see in the the response.
You can filter the tasks returned in the response by one or more file system IDs, task lifecycles, and by task type.
A filter object consists of a filter Name, and one or more Values for the filter.
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<DataRepositoryTaskFilterName>Name of the task property to use in filtering the tasks returned in the response.
-
Use
file-system-idto retrieve data repository tasks for specific file systems. -
Use
task-lifecycleto retrieve data repository tasks with one or more specific lifecycle states, as follows: CANCELED, EXECUTING, FAILED, PENDING, and SUCCEEDED.
values: Option<Vec<String>>Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.
Implementations
Name of the task property to use in filtering the tasks returned in the response.
-
Use
file-system-idto retrieve data repository tasks for specific file systems. -
Use
task-lifecycleto retrieve data repository tasks with one or more specific lifecycle states, as follows: CANCELED, EXECUTING, FAILED, PENDING, and SUCCEEDED.
Creates a new builder-style object to manufacture DataRepositoryTaskFilter
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 DataRepositoryTaskFilter
impl Send for DataRepositoryTaskFilter
impl Sync for DataRepositoryTaskFilter
impl Unpin for DataRepositoryTaskFilter
impl UnwindSafe for DataRepositoryTaskFilter
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