Struct aws_sdk_forecast::model::MonitorConfig
source · #[non_exhaustive]pub struct MonitorConfig { /* private fields */ }Expand description
The configuration details for the predictor monitor.
Implementations§
source§impl MonitorConfig
impl MonitorConfig
sourcepub fn monitor_name(&self) -> Option<&str>
pub fn monitor_name(&self) -> Option<&str>
The name of the monitor resource.
source§impl MonitorConfig
impl MonitorConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MonitorConfig.
Trait Implementations§
source§impl Clone for MonitorConfig
impl Clone for MonitorConfig
source§fn clone(&self) -> MonitorConfig
fn clone(&self) -> MonitorConfig
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 MonitorConfig
impl Debug for MonitorConfig
source§impl PartialEq<MonitorConfig> for MonitorConfig
impl PartialEq<MonitorConfig> for MonitorConfig
source§fn eq(&self, other: &MonitorConfig) -> bool
fn eq(&self, other: &MonitorConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.