#[non_exhaustive]pub struct UpdateMonitoringScheduleInput { /* private fields */ }
Implementations§
source§impl UpdateMonitoringScheduleInput
impl UpdateMonitoringScheduleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateMonitoringSchedule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateMonitoringSchedule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateMonitoringSchedule
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateMonitoringScheduleInput
.
source§impl UpdateMonitoringScheduleInput
impl UpdateMonitoringScheduleInput
sourcepub fn monitoring_schedule_name(&self) -> Option<&str>
pub fn monitoring_schedule_name(&self) -> Option<&str>
The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.
sourcepub fn monitoring_schedule_config(&self) -> Option<&MonitoringScheduleConfig>
pub fn monitoring_schedule_config(&self) -> Option<&MonitoringScheduleConfig>
The configuration object that specifies the monitoring schedule and defines the monitoring job.
Trait Implementations§
source§impl Clone for UpdateMonitoringScheduleInput
impl Clone for UpdateMonitoringScheduleInput
source§fn clone(&self) -> UpdateMonitoringScheduleInput
fn clone(&self) -> UpdateMonitoringScheduleInput
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 PartialEq<UpdateMonitoringScheduleInput> for UpdateMonitoringScheduleInput
impl PartialEq<UpdateMonitoringScheduleInput> for UpdateMonitoringScheduleInput
source§fn eq(&self, other: &UpdateMonitoringScheduleInput) -> bool
fn eq(&self, other: &UpdateMonitoringScheduleInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.