#[non_exhaustive]pub struct DeleteRetentionConfigurationInput { /* private fields */ }Implementations§
source§impl 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.
source§impl 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§
source§impl Clone for DeleteRetentionConfigurationInput
impl Clone for DeleteRetentionConfigurationInput
source§fn clone(&self) -> DeleteRetentionConfigurationInput
fn clone(&self) -> DeleteRetentionConfigurationInput
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<DeleteRetentionConfigurationInput> for DeleteRetentionConfigurationInput
impl PartialEq<DeleteRetentionConfigurationInput> for DeleteRetentionConfigurationInput
source§fn eq(&self, other: &DeleteRetentionConfigurationInput) -> bool
fn eq(&self, other: &DeleteRetentionConfigurationInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.