aws-sdk-securityhub 1.110.0

AWS SDK for AWS SecurityHub
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetAggregatorV2`](crate::operation::get_aggregator_v2::builders::GetAggregatorV2FluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`aggregator_v2_arn(impl Into<String>)`](crate::operation::get_aggregator_v2::builders::GetAggregatorV2FluentBuilder::aggregator_v2_arn) / [`set_aggregator_v2_arn(Option<String>)`](crate::operation::get_aggregator_v2::builders::GetAggregatorV2FluentBuilder::set_aggregator_v2_arn):<br>required: **true**<br><p>The ARN of the Aggregator V2.</p><br>
    /// - On success, responds with [`GetAggregatorV2Output`](crate::operation::get_aggregator_v2::GetAggregatorV2Output) with field(s):
    ///   - [`aggregator_v2_arn(Option<String>)`](crate::operation::get_aggregator_v2::GetAggregatorV2Output::aggregator_v2_arn): <p>The ARN of the Aggregator V2.</p>
    ///   - [`aggregation_region(Option<String>)`](crate::operation::get_aggregator_v2::GetAggregatorV2Output::aggregation_region): <p>The Amazon Web Services Region where data is aggregated.</p>
    ///   - [`region_linking_mode(Option<String>)`](crate::operation::get_aggregator_v2::GetAggregatorV2Output::region_linking_mode): <p>Determines how Regions are linked to an Aggregator V2.</p>
    ///   - [`linked_regions(Option<Vec::<String>>)`](crate::operation::get_aggregator_v2::GetAggregatorV2Output::linked_regions): <p>The list of Regions that are linked to the aggregation Region.</p>
    /// - On failure, responds with [`SdkError<GetAggregatorV2Error>`](crate::operation::get_aggregator_v2::GetAggregatorV2Error)
    pub fn get_aggregator_v2(&self) -> crate::operation::get_aggregator_v2::builders::GetAggregatorV2FluentBuilder {
        crate::operation::get_aggregator_v2::builders::GetAggregatorV2FluentBuilder::new(self.handle.clone())
    }
}