Struct aws_sdk_quicksight::model::FolderSearchFilter [−][src]
#[non_exhaustive]pub struct FolderSearchFilter {
pub operator: Option<FilterOperator>,
pub name: Option<FolderFilterAttribute>,
pub value: Option<String>,
}Expand description
Searches a folder by a 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.operator: Option<FilterOperator>The comparison operator that you want to use as a filter. For example, "Operator": "StringEquals".
name: Option<FolderFilterAttribute>The name of the value that you want to use as a filter. For example, "Name": "PARENT_FOLDER_ARN".
value: Option<String>The value of the named item (in this example, PARENT_FOLDER_ARN), that you want to use as a filter. For example, "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId".
Implementations
The comparison operator that you want to use as a filter. For example, "Operator": "StringEquals".
The name of the value that you want to use as a filter. For example, "Name": "PARENT_FOLDER_ARN".
Creates a new builder-style object to manufacture FolderSearchFilter
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 FolderSearchFilter
impl Send for FolderSearchFilter
impl Sync for FolderSearchFilter
impl Unpin for FolderSearchFilter
impl UnwindSafe for FolderSearchFilter
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