#[non_exhaustive]pub struct DeleteConfigurationRecorderInput { /* private fields */ }Expand description
The request object for the DeleteConfigurationRecorder action.
Implementations
sourceimpl DeleteConfigurationRecorderInput
impl DeleteConfigurationRecorderInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteConfigurationRecorder, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteConfigurationRecorder, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteConfigurationRecorder>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteConfigurationRecorderInput.
sourceimpl DeleteConfigurationRecorderInput
impl DeleteConfigurationRecorderInput
sourcepub fn configuration_recorder_name(&self) -> Option<&str>
pub fn configuration_recorder_name(&self) -> Option<&str>
The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.
Trait Implementations
sourceimpl Clone for DeleteConfigurationRecorderInput
impl Clone for DeleteConfigurationRecorderInput
sourcefn clone(&self) -> DeleteConfigurationRecorderInput
fn clone(&self) -> DeleteConfigurationRecorderInput
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<DeleteConfigurationRecorderInput> for DeleteConfigurationRecorderInput
impl PartialEq<DeleteConfigurationRecorderInput> for DeleteConfigurationRecorderInput
sourcefn eq(&self, other: &DeleteConfigurationRecorderInput) -> bool
fn eq(&self, other: &DeleteConfigurationRecorderInput) -> bool
impl StructuralPartialEq for DeleteConfigurationRecorderInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteConfigurationRecorderInput
impl Send for DeleteConfigurationRecorderInput
impl Sync for DeleteConfigurationRecorderInput
impl Unpin for DeleteConfigurationRecorderInput
impl UnwindSafe for DeleteConfigurationRecorderInput
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