Struct aws_sdk_macie2::input::GetFindingStatisticsInput
source · [−]#[non_exhaustive]pub struct GetFindingStatisticsInput { /* private fields */ }
Implementations
sourceimpl GetFindingStatisticsInput
impl GetFindingStatisticsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetFindingStatistics, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetFindingStatistics, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetFindingStatistics
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetFindingStatisticsInput
.
sourceimpl GetFindingStatisticsInput
impl GetFindingStatisticsInput
sourcepub fn finding_criteria(&self) -> Option<&FindingCriteria>
pub fn finding_criteria(&self) -> Option<&FindingCriteria>
The criteria to use to filter the query results.
sourcepub fn group_by(&self) -> Option<&GroupBy>
pub fn group_by(&self) -> 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.
sourcepub fn sort_criteria(&self) -> Option<&FindingStatisticsSortCriteria>
pub fn sort_criteria(&self) -> Option<&FindingStatisticsSortCriteria>
The criteria to use to sort the query results.
Trait Implementations
sourceimpl Clone for GetFindingStatisticsInput
impl Clone for GetFindingStatisticsInput
sourcefn clone(&self) -> GetFindingStatisticsInput
fn clone(&self) -> GetFindingStatisticsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetFindingStatisticsInput
impl Debug for GetFindingStatisticsInput
sourceimpl PartialEq<GetFindingStatisticsInput> for GetFindingStatisticsInput
impl PartialEq<GetFindingStatisticsInput> for GetFindingStatisticsInput
sourcefn eq(&self, other: &GetFindingStatisticsInput) -> bool
fn eq(&self, other: &GetFindingStatisticsInput) -> bool
impl StructuralPartialEq for GetFindingStatisticsInput
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more