#[non_exhaustive]pub struct PutConfigurationAggregatorInput { /* private fields */ }Implementations§
source§impl PutConfigurationAggregatorInput
impl PutConfigurationAggregatorInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutConfigurationAggregator, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutConfigurationAggregator, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutConfigurationAggregator>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutConfigurationAggregatorInput.
source§impl PutConfigurationAggregatorInput
impl PutConfigurationAggregatorInput
sourcepub fn configuration_aggregator_name(&self) -> Option<&str>
pub fn configuration_aggregator_name(&self) -> Option<&str>
The name of the configuration aggregator.
sourcepub fn account_aggregation_sources(&self) -> Option<&[AccountAggregationSource]>
pub fn account_aggregation_sources(&self) -> Option<&[AccountAggregationSource]>
A list of AccountAggregationSource object.
sourcepub fn organization_aggregation_source(
&self
) -> Option<&OrganizationAggregationSource>
pub fn organization_aggregation_source(
&self
) -> Option<&OrganizationAggregationSource>
An OrganizationAggregationSource object.
An array of tag object.
Trait Implementations§
source§impl Clone for PutConfigurationAggregatorInput
impl Clone for PutConfigurationAggregatorInput
source§fn clone(&self) -> PutConfigurationAggregatorInput
fn clone(&self) -> PutConfigurationAggregatorInput
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 PartialEq<PutConfigurationAggregatorInput> for PutConfigurationAggregatorInput
impl PartialEq<PutConfigurationAggregatorInput> for PutConfigurationAggregatorInput
source§fn eq(&self, other: &PutConfigurationAggregatorInput) -> bool
fn eq(&self, other: &PutConfigurationAggregatorInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.