#[non_exhaustive]pub struct UpdateMonitorOutput { /* private fields */ }Implementations§
source§impl UpdateMonitorOutput
impl UpdateMonitorOutput
sourcepub fn monitor_arn(&self) -> Option<&str>
pub fn monitor_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the monitor.
sourcepub fn status(&self) -> Option<&MonitorConfigState>
pub fn status(&self) -> Option<&MonitorConfigState>
The status of a monitor.
source§impl UpdateMonitorOutput
impl UpdateMonitorOutput
sourcepub fn builder() -> UpdateMonitorOutputBuilder
pub fn builder() -> UpdateMonitorOutputBuilder
Creates a new builder-style object to manufacture UpdateMonitorOutput.
Trait Implementations§
source§impl Clone for UpdateMonitorOutput
impl Clone for UpdateMonitorOutput
source§fn clone(&self) -> UpdateMonitorOutput
fn clone(&self) -> UpdateMonitorOutput
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 UpdateMonitorOutput
impl Debug for UpdateMonitorOutput
source§impl PartialEq<UpdateMonitorOutput> for UpdateMonitorOutput
impl PartialEq<UpdateMonitorOutput> for UpdateMonitorOutput
source§fn eq(&self, other: &UpdateMonitorOutput) -> bool
fn eq(&self, other: &UpdateMonitorOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateMonitorOutput
impl RequestId for UpdateMonitorOutput
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.