Struct aws_sdk_securityhub::model::FindingAggregator [−][src]
Expand description
A finding aggregator. A finding aggregator contains the configuration for finding aggregation.
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_aggregator_arn: Option<String>
The ARN of the finding aggregator. You use the finding aggregator ARN to retrieve details for, update, and delete the finding aggregator.
Implementations
The ARN of the finding aggregator. You use the finding aggregator ARN to retrieve details for, update, and delete the finding aggregator.
Creates a new builder-style object to manufacture FindingAggregator
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 FindingAggregator
impl Send for FindingAggregator
impl Sync for FindingAggregator
impl Unpin for FindingAggregator
impl UnwindSafe for FindingAggregator
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