Struct aws_sdk_forecast::input::DescribeMonitorInput
source · [−]#[non_exhaustive]pub struct DescribeMonitorInput { /* private fields */ }Implementations
sourceimpl DescribeMonitorInput
impl DescribeMonitorInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeMonitor, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeMonitor, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeMonitor>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeMonitorInput.
sourceimpl DescribeMonitorInput
impl DescribeMonitorInput
sourcepub fn monitor_arn(&self) -> Option<&str>
pub fn monitor_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the monitor resource to describe.
Trait Implementations
sourceimpl Clone for DescribeMonitorInput
impl Clone for DescribeMonitorInput
sourcefn clone(&self) -> DescribeMonitorInput
fn clone(&self) -> DescribeMonitorInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DescribeMonitorInput
impl Debug for DescribeMonitorInput
sourceimpl PartialEq<DescribeMonitorInput> for DescribeMonitorInput
impl PartialEq<DescribeMonitorInput> for DescribeMonitorInput
sourcefn eq(&self, other: &DescribeMonitorInput) -> bool
fn eq(&self, other: &DescribeMonitorInput) -> bool
impl StructuralPartialEq for DescribeMonitorInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeMonitorInput
impl Send for DescribeMonitorInput
impl Sync for DescribeMonitorInput
impl Unpin for DescribeMonitorInput
impl UnwindSafe for DescribeMonitorInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more