Struct aws_sdk_macie2::input::SearchResourcesInput
source · [−]#[non_exhaustive]pub struct SearchResourcesInput {
pub bucket_criteria: Option<SearchResourcesBucketCriteria>,
pub max_results: i32,
pub next_token: Option<String>,
pub sort_criteria: Option<SearchResourcesSortCriteria>,
}
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.bucket_criteria: Option<SearchResourcesBucketCriteria>
The filter conditions that determine which S3 buckets to include or exclude from the query results.
max_results: i32
The maximum number of items to include in each page of the response. The default value is 50.
next_token: Option<String>
The nextToken string that specifies which page of results to return in a paginated response.
sort_criteria: Option<SearchResourcesSortCriteria>
The criteria to use to sort the results.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SearchResources, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SearchResources, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<SearchResources
>
Creates a new builder-style object to manufacture SearchResourcesInput
The filter conditions that determine which S3 buckets to include or exclude from the query results.
The maximum number of items to include in each page of the response. The default value is 50.
The nextToken string that specifies which page of results to return in a paginated response.
The criteria to use to sort the results.
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 SearchResourcesInput
impl Send for SearchResourcesInput
impl Sync for SearchResourcesInput
impl Unpin for SearchResourcesInput
impl UnwindSafe for SearchResourcesInput
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