#[non_exhaustive]pub struct ListMonitoringAlertsOutput { /* private fields */ }
Implementations§
source§impl ListMonitoringAlertsOutput
impl ListMonitoringAlertsOutput
sourcepub fn monitoring_alert_summaries(&self) -> Option<&[MonitoringAlertSummary]>
pub fn monitoring_alert_summaries(&self) -> Option<&[MonitoringAlertSummary]>
A JSON array where each element is a summary for a monitoring alert.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it in the subsequent request.
source§impl ListMonitoringAlertsOutput
impl ListMonitoringAlertsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListMonitoringAlertsOutput
.
Trait Implementations§
source§impl Clone for ListMonitoringAlertsOutput
impl Clone for ListMonitoringAlertsOutput
source§fn clone(&self) -> ListMonitoringAlertsOutput
fn clone(&self) -> ListMonitoringAlertsOutput
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 ListMonitoringAlertsOutput
impl Debug for ListMonitoringAlertsOutput
source§impl PartialEq<ListMonitoringAlertsOutput> for ListMonitoringAlertsOutput
impl PartialEq<ListMonitoringAlertsOutput> for ListMonitoringAlertsOutput
source§fn eq(&self, other: &ListMonitoringAlertsOutput) -> bool
fn eq(&self, other: &ListMonitoringAlertsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.