#[non_exhaustive]pub struct UnmonitorInstancesOutput { /* private fields */ }
Implementations§
source§impl UnmonitorInstancesOutput
impl UnmonitorInstancesOutput
sourcepub fn instance_monitorings(&self) -> Option<&[InstanceMonitoring]>
pub fn instance_monitorings(&self) -> Option<&[InstanceMonitoring]>
The monitoring information.
source§impl UnmonitorInstancesOutput
impl UnmonitorInstancesOutput
sourcepub fn builder() -> UnmonitorInstancesOutputBuilder
pub fn builder() -> UnmonitorInstancesOutputBuilder
Creates a new builder-style object to manufacture UnmonitorInstancesOutput
.
Trait Implementations§
source§impl Clone for UnmonitorInstancesOutput
impl Clone for UnmonitorInstancesOutput
source§fn clone(&self) -> UnmonitorInstancesOutput
fn clone(&self) -> UnmonitorInstancesOutput
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 UnmonitorInstancesOutput
impl Debug for UnmonitorInstancesOutput
source§impl PartialEq<UnmonitorInstancesOutput> for UnmonitorInstancesOutput
impl PartialEq<UnmonitorInstancesOutput> for UnmonitorInstancesOutput
source§fn eq(&self, other: &UnmonitorInstancesOutput) -> bool
fn eq(&self, other: &UnmonitorInstancesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UnmonitorInstancesOutput
impl RequestId for UnmonitorInstancesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for UnmonitorInstancesOutput
Auto Trait Implementations§
impl RefUnwindSafe for UnmonitorInstancesOutput
impl Send for UnmonitorInstancesOutput
impl Sync for UnmonitorInstancesOutput
impl Unpin for UnmonitorInstancesOutput
impl UnwindSafe for UnmonitorInstancesOutput
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