Struct aws_sdk_macie2::input::GetFindingStatisticsInput [−][src]
#[non_exhaustive]pub struct GetFindingStatisticsInput {
pub finding_criteria: Option<FindingCriteria>,
pub group_by: Option<GroupBy>,
pub size: i32,
pub sort_criteria: Option<FindingStatisticsSortCriteria>,
}
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.finding_criteria: Option<FindingCriteria>
The criteria to use to filter the query results.
group_by: Option<GroupBy>
The finding property to use to group the query results. Valid values are:
classificationDetails.jobId - The unique identifier for the classification job that produced the finding.
resourcesAffected.s3Bucket.name - The name of the S3 bucket that the finding applies to.
severity.description - The severity level of the finding, such as High or Medium.
type - The type of finding, such as Policy:IAMUser/S3BucketPublic and SensitiveData:S3Object/Personal.
size: i32
The maximum number of items to include in each page of the response.
sort_criteria: Option<FindingStatisticsSortCriteria>
The criteria to use to sort the query results.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetFindingStatistics, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetFindingStatistics, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetFindingStatistics
>
Creates a new builder-style object to manufacture GetFindingStatisticsInput
The criteria to use to filter the query results.
The finding property to use to group the query results. Valid values are:
classificationDetails.jobId - The unique identifier for the classification job that produced the finding.
resourcesAffected.s3Bucket.name - The name of the S3 bucket that the finding applies to.
severity.description - The severity level of the finding, such as High or Medium.
type - The type of finding, such as Policy:IAMUser/S3BucketPublic and SensitiveData:S3Object/Personal.
The criteria to use to sort the query 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 GetFindingStatisticsInput
impl Send for GetFindingStatisticsInput
impl Sync for GetFindingStatisticsInput
impl Unpin for GetFindingStatisticsInput
impl UnwindSafe for GetFindingStatisticsInput
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