#[non_exhaustive]pub struct GetFindingAggregatorOutput {
pub finding_aggregator_arn: Option<String>,
pub finding_aggregation_region: Option<String>,
pub region_linking_mode: Option<String>,
pub regions: Option<Vec<String>>,
}
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.
finding_aggregation_region: Option<String>
The aggregation Region.
region_linking_mode: Option<String>
Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions.
regions: Option<Vec<String>>
The list of excluded Regions or included Regions.
Implementations
The ARN of the finding aggregator.
The aggregation Region.
Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions.
Creates a new builder-style object to manufacture GetFindingAggregatorOutput
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 GetFindingAggregatorOutput
impl Send for GetFindingAggregatorOutput
impl Sync for GetFindingAggregatorOutput
impl Unpin for GetFindingAggregatorOutput
impl UnwindSafe for GetFindingAggregatorOutput
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