Struct aws_sdk_accessanalyzer::input::DeleteAnalyzerInput
source · [−]#[non_exhaustive]pub struct DeleteAnalyzerInput { /* private fields */ }Expand description
Deletes an analyzer.
Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for DeleteAnalyzerInput
impl Clone for DeleteAnalyzerInput
sourcefn clone(&self) -> DeleteAnalyzerInput
fn clone(&self) -> DeleteAnalyzerInput
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 Debug for DeleteAnalyzerInput
impl Debug for DeleteAnalyzerInput
sourceimpl PartialEq<DeleteAnalyzerInput> for DeleteAnalyzerInput
impl PartialEq<DeleteAnalyzerInput> for DeleteAnalyzerInput
sourcefn eq(&self, other: &DeleteAnalyzerInput) -> bool
fn eq(&self, other: &DeleteAnalyzerInput) -> bool
impl StructuralPartialEq for DeleteAnalyzerInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteAnalyzerInput
impl Send for DeleteAnalyzerInput
impl Sync for DeleteAnalyzerInput
impl Unpin for DeleteAnalyzerInput
impl UnwindSafe for DeleteAnalyzerInput
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