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§
source§impl 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.
source§impl ConfigurationAggregator
impl ConfigurationAggregator
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConfigurationAggregator.
Trait Implementations§
source§impl Clone for ConfigurationAggregator
impl Clone for ConfigurationAggregator
source§fn clone(&self) -> ConfigurationAggregator
fn clone(&self) -> ConfigurationAggregator
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 moresource§impl Debug for ConfigurationAggregator
impl Debug for ConfigurationAggregator
source§impl PartialEq<ConfigurationAggregator> for ConfigurationAggregator
impl PartialEq<ConfigurationAggregator> for ConfigurationAggregator
source§fn eq(&self, other: &ConfigurationAggregator) -> bool
fn eq(&self, other: &ConfigurationAggregator) -> bool
This method tests for
self and other values to be equal, and is used
by ==.