Struct aws_sdk_config::operation::delete_configuration_aggregator::DeleteConfigurationAggregatorInput
source · #[non_exhaustive]pub struct DeleteConfigurationAggregatorInput { /* private fields */ }Implementations§
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.
source§impl DeleteConfigurationAggregatorInput
impl DeleteConfigurationAggregatorInput
sourcepub fn builder() -> DeleteConfigurationAggregatorInputBuilder
pub fn builder() -> DeleteConfigurationAggregatorInputBuilder
Creates a new builder-style object to manufacture DeleteConfigurationAggregatorInput.
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>
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 ==.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more