#[non_exhaustive]pub struct DeleteMonitorInput { /* private fields */ }Implementations§
source§impl DeleteMonitorInput
impl DeleteMonitorInput
sourcepub fn monitor_name(&self) -> Option<&str>
pub fn monitor_name(&self) -> Option<&str>
The name of the monitor to delete.
source§impl DeleteMonitorInput
impl DeleteMonitorInput
sourcepub fn builder() -> DeleteMonitorInputBuilder
pub fn builder() -> DeleteMonitorInputBuilder
Creates a new builder-style object to manufacture DeleteMonitorInput.
source§impl DeleteMonitorInput
impl DeleteMonitorInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteMonitor, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteMonitor, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteMonitor>
Trait Implementations§
source§impl Clone for DeleteMonitorInput
impl Clone for DeleteMonitorInput
source§fn clone(&self) -> DeleteMonitorInput
fn clone(&self) -> DeleteMonitorInput
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 DeleteMonitorInput
impl Debug for DeleteMonitorInput
source§impl PartialEq<DeleteMonitorInput> for DeleteMonitorInput
impl PartialEq<DeleteMonitorInput> for DeleteMonitorInput
source§fn eq(&self, other: &DeleteMonitorInput) -> bool
fn eq(&self, other: &DeleteMonitorInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteMonitorInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteMonitorInput
impl Send for DeleteMonitorInput
impl Sync for DeleteMonitorInput
impl Unpin for DeleteMonitorInput
impl UnwindSafe for DeleteMonitorInput
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