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