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