Struct aws_sdk_accessanalyzer::input::DeleteAnalyzerInput
source · #[non_exhaustive]pub struct DeleteAnalyzerInput { /* private fields */ }
Expand description
Deletes an analyzer.
Implementations§
source§impl DeleteAnalyzerInput
impl DeleteAnalyzerInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<DeleteAnalyzer, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<DeleteAnalyzer, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteAnalyzer
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteAnalyzerInput
.
source§impl DeleteAnalyzerInput
impl DeleteAnalyzerInput
sourcepub fn analyzer_name(&self) -> Option<&str>
pub fn analyzer_name(&self) -> Option<&str>
The name of the analyzer to delete.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
A client token.
Trait Implementations§
source§impl Clone for DeleteAnalyzerInput
impl Clone for DeleteAnalyzerInput
source§fn clone(&self) -> DeleteAnalyzerInput
fn clone(&self) -> DeleteAnalyzerInput
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 Debug for DeleteAnalyzerInput
impl Debug for DeleteAnalyzerInput
source§impl PartialEq<DeleteAnalyzerInput> for DeleteAnalyzerInput
impl PartialEq<DeleteAnalyzerInput> for DeleteAnalyzerInput
source§fn eq(&self, other: &DeleteAnalyzerInput) -> bool
fn eq(&self, other: &DeleteAnalyzerInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.