Struct aws_sdk_config::model::AccountAggregationSource
source · #[non_exhaustive]pub struct AccountAggregationSource { /* private fields */ }Expand description
A collection of accounts and regions.
Implementations§
source§impl AccountAggregationSource
impl AccountAggregationSource
sourcepub fn account_ids(&self) -> Option<&[String]>
pub fn account_ids(&self) -> Option<&[String]>
The 12-digit account ID of the account being aggregated.
sourcepub fn all_aws_regions(&self) -> bool
pub fn all_aws_regions(&self) -> bool
If true, aggregate existing Config regions and future regions.
sourcepub fn aws_regions(&self) -> Option<&[String]>
pub fn aws_regions(&self) -> Option<&[String]>
The source regions being aggregated.
source§impl AccountAggregationSource
impl AccountAggregationSource
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AccountAggregationSource.
Trait Implementations§
source§impl Clone for AccountAggregationSource
impl Clone for AccountAggregationSource
source§fn clone(&self) -> AccountAggregationSource
fn clone(&self) -> AccountAggregationSource
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