Struct aws_sdk_securityhub::model::FindingAggregator
source · #[non_exhaustive]pub struct FindingAggregator { /* private fields */ }
Expand description
A finding aggregator. A finding aggregator contains the configuration for finding aggregation.
Implementations§
source§impl FindingAggregator
impl FindingAggregator
sourcepub fn finding_aggregator_arn(&self) -> Option<&str>
pub fn finding_aggregator_arn(&self) -> Option<&str>
The ARN of the finding aggregator. You use the finding aggregator ARN to retrieve details for, update, and delete the finding aggregator.
source§impl FindingAggregator
impl FindingAggregator
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FindingAggregator
.
Trait Implementations§
source§impl Clone for FindingAggregator
impl Clone for FindingAggregator
source§fn clone(&self) -> FindingAggregator
fn clone(&self) -> FindingAggregator
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more