Struct aws_sdk_config::model::ConfigurationAggregator
source · [−]#[non_exhaustive]pub struct ConfigurationAggregator { /* private fields */ }Expand description
The details about the configuration aggregator, including information about source accounts, regions, and metadata of the aggregator.
Implementations
sourceimpl ConfigurationAggregator
impl ConfigurationAggregator
sourcepub fn configuration_aggregator_name(&self) -> Option<&str>
pub fn configuration_aggregator_name(&self) -> Option<&str>
The name of the aggregator.
sourcepub fn configuration_aggregator_arn(&self) -> Option<&str>
pub fn configuration_aggregator_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the aggregator.
sourcepub fn account_aggregation_sources(&self) -> Option<&[AccountAggregationSource]>
pub fn account_aggregation_sources(&self) -> Option<&[AccountAggregationSource]>
Provides a list of source accounts and regions to be aggregated.
sourcepub fn organization_aggregation_source(
&self
) -> Option<&OrganizationAggregationSource>
pub fn organization_aggregation_source(
&self
) -> Option<&OrganizationAggregationSource>
Provides an organization and list of regions to be aggregated.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The time stamp when the configuration aggregator was created.
sourcepub fn last_updated_time(&self) -> Option<&DateTime>
pub fn last_updated_time(&self) -> Option<&DateTime>
The time of the last update.
sourcepub fn created_by(&self) -> Option<&str>
pub fn created_by(&self) -> Option<&str>
Amazon Web Services service that created the configuration aggregator.
sourceimpl ConfigurationAggregator
impl ConfigurationAggregator
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConfigurationAggregator.
Trait Implementations
sourceimpl Clone for ConfigurationAggregator
impl Clone for ConfigurationAggregator
sourcefn clone(&self) -> ConfigurationAggregator
fn clone(&self) -> ConfigurationAggregator
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 ConfigurationAggregator
impl Debug for ConfigurationAggregator
sourceimpl PartialEq<ConfigurationAggregator> for ConfigurationAggregator
impl PartialEq<ConfigurationAggregator> for ConfigurationAggregator
sourcefn eq(&self, other: &ConfigurationAggregator) -> bool
fn eq(&self, other: &ConfigurationAggregator) -> bool
impl StructuralPartialEq for ConfigurationAggregator
Auto Trait Implementations
impl RefUnwindSafe for ConfigurationAggregator
impl Send for ConfigurationAggregator
impl Sync for ConfigurationAggregator
impl Unpin for ConfigurationAggregator
impl UnwindSafe for ConfigurationAggregator
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