#[non_exhaustive]pub struct DeleteRetentionConfigurationInput { /* private fields */ }Implementations
sourceimpl DeleteRetentionConfigurationInput
impl DeleteRetentionConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRetentionConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRetentionConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteRetentionConfiguration>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteRetentionConfigurationInput.
sourceimpl DeleteRetentionConfigurationInput
impl DeleteRetentionConfigurationInput
sourcepub fn retention_configuration_name(&self) -> Option<&str>
pub fn retention_configuration_name(&self) -> Option<&str>
The name of the retention configuration to delete.
Trait Implementations
sourceimpl Clone for DeleteRetentionConfigurationInput
impl Clone for DeleteRetentionConfigurationInput
sourcefn clone(&self) -> DeleteRetentionConfigurationInput
fn clone(&self) -> DeleteRetentionConfigurationInput
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<DeleteRetentionConfigurationInput> for DeleteRetentionConfigurationInput
impl PartialEq<DeleteRetentionConfigurationInput> for DeleteRetentionConfigurationInput
sourcefn eq(&self, other: &DeleteRetentionConfigurationInput) -> bool
fn eq(&self, other: &DeleteRetentionConfigurationInput) -> bool
impl StructuralPartialEq for DeleteRetentionConfigurationInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteRetentionConfigurationInput
impl Send for DeleteRetentionConfigurationInput
impl Sync for DeleteRetentionConfigurationInput
impl Unpin for DeleteRetentionConfigurationInput
impl UnwindSafe for DeleteRetentionConfigurationInput
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