Struct aws_sdk_config::input::PutConfigurationAggregatorInput [−][src]
#[non_exhaustive]pub struct PutConfigurationAggregatorInput {
pub configuration_aggregator_name: Option<String>,
pub account_aggregation_sources: Option<Vec<AccountAggregationSource>>,
pub organization_aggregation_source: Option<OrganizationAggregationSource>,
pub tags: Option<Vec<Tag>>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.configuration_aggregator_name: Option<String>The name of the configuration aggregator.
account_aggregation_sources: Option<Vec<AccountAggregationSource>>A list of AccountAggregationSource object.
organization_aggregation_source: Option<OrganizationAggregationSource>An OrganizationAggregationSource object.
An array of tag object.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutConfigurationAggregator, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutConfigurationAggregator, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<PutConfigurationAggregator>
Creates a new builder-style object to manufacture PutConfigurationAggregatorInput
The name of the configuration aggregator.
A list of AccountAggregationSource object.
An OrganizationAggregationSource object.
An array of tag object.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for PutConfigurationAggregatorInput
impl Sync for PutConfigurationAggregatorInput
impl Unpin for PutConfigurationAggregatorInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
