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