#[non_exhaustive]pub struct PutConfigurationAggregatorInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for PutConfigurationAggregatorInput
impl Clone for PutConfigurationAggregatorInput
sourcefn clone(&self) -> PutConfigurationAggregatorInput
fn clone(&self) -> PutConfigurationAggregatorInput
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 PartialEq<PutConfigurationAggregatorInput> for PutConfigurationAggregatorInput
impl PartialEq<PutConfigurationAggregatorInput> for PutConfigurationAggregatorInput
sourcefn eq(&self, other: &PutConfigurationAggregatorInput) -> bool
fn eq(&self, other: &PutConfigurationAggregatorInput) -> bool
impl StructuralPartialEq for PutConfigurationAggregatorInput
Auto Trait Implementations
impl RefUnwindSafe for PutConfigurationAggregatorInput
impl Send for PutConfigurationAggregatorInput
impl Sync for PutConfigurationAggregatorInput
impl Unpin for PutConfigurationAggregatorInput
impl UnwindSafe for PutConfigurationAggregatorInput
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