Struct aws_sdk_config::model::AccountAggregationSource
source · [−]#[non_exhaustive]pub struct AccountAggregationSource { /* private fields */ }Expand description
A collection of accounts and regions.
Implementations
sourceimpl 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.
sourceimpl AccountAggregationSource
impl AccountAggregationSource
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AccountAggregationSource.
Trait Implementations
sourceimpl Clone for AccountAggregationSource
impl Clone for AccountAggregationSource
sourcefn clone(&self) -> AccountAggregationSource
fn clone(&self) -> AccountAggregationSource
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AccountAggregationSource
impl Debug for AccountAggregationSource
sourceimpl PartialEq<AccountAggregationSource> for AccountAggregationSource
impl PartialEq<AccountAggregationSource> for AccountAggregationSource
sourcefn eq(&self, other: &AccountAggregationSource) -> bool
fn eq(&self, other: &AccountAggregationSource) -> bool
impl StructuralPartialEq for AccountAggregationSource
Auto Trait Implementations
impl RefUnwindSafe for AccountAggregationSource
impl Send for AccountAggregationSource
impl Sync for AccountAggregationSource
impl Unpin for AccountAggregationSource
impl UnwindSafe for AccountAggregationSource
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more