#[non_exhaustive]pub struct GetMonitorInput { /* private fields */ }Implementations§
source§impl GetMonitorInput
impl GetMonitorInput
sourcepub fn monitor_name(&self) -> Option<&str>
pub fn monitor_name(&self) -> Option<&str>
The name of the monitor.
source§impl GetMonitorInput
impl GetMonitorInput
sourcepub fn builder() -> GetMonitorInputBuilder
pub fn builder() -> GetMonitorInputBuilder
Creates a new builder-style object to manufacture GetMonitorInput.
source§impl GetMonitorInput
impl GetMonitorInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMonitor, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetMonitor, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetMonitor>
Trait Implementations§
source§impl Clone for GetMonitorInput
impl Clone for GetMonitorInput
source§fn clone(&self) -> GetMonitorInput
fn clone(&self) -> GetMonitorInput
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 GetMonitorInput
impl Debug for GetMonitorInput
source§impl PartialEq<GetMonitorInput> for GetMonitorInput
impl PartialEq<GetMonitorInput> for GetMonitorInput
source§fn eq(&self, other: &GetMonitorInput) -> bool
fn eq(&self, other: &GetMonitorInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.