pub struct DeleteAnalyzerRequest {
pub analyzer_name: String,
pub client_token: Option<String>,
}
Expand description
Deletes an analyzer.
Fields§
§analyzer_name: String
The name of the analyzer to delete.
client_token: Option<String>
A client token.
Trait Implementations§
Source§impl Clone for DeleteAnalyzerRequest
impl Clone for DeleteAnalyzerRequest
Source§fn clone(&self) -> DeleteAnalyzerRequest
fn clone(&self) -> DeleteAnalyzerRequest
Returns a duplicate 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 DeleteAnalyzerRequest
impl Debug for DeleteAnalyzerRequest
Source§impl Default for DeleteAnalyzerRequest
impl Default for DeleteAnalyzerRequest
Source§fn default() -> DeleteAnalyzerRequest
fn default() -> DeleteAnalyzerRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteAnalyzerRequest
impl PartialEq for DeleteAnalyzerRequest
Source§impl Serialize for DeleteAnalyzerRequest
impl Serialize for DeleteAnalyzerRequest
impl StructuralPartialEq for DeleteAnalyzerRequest
Auto Trait Implementations§
impl Freeze for DeleteAnalyzerRequest
impl RefUnwindSafe for DeleteAnalyzerRequest
impl Send for DeleteAnalyzerRequest
impl Sync for DeleteAnalyzerRequest
impl Unpin for DeleteAnalyzerRequest
impl UnwindSafe for DeleteAnalyzerRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more