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