pub struct UpdateMonitoringScheduleRequest {
pub monitoring_schedule_config: MonitoringScheduleConfig,
pub monitoring_schedule_name: String,
}
Fields§
§monitoring_schedule_config: MonitoringScheduleConfig
The configuration object that specifies the monitoring schedule and defines the monitoring job.
monitoring_schedule_name: String
The name of the monitoring schedule. The name must be unique within an AWS Region within an AWS account.
Trait Implementations§
Source§impl Clone for UpdateMonitoringScheduleRequest
impl Clone for UpdateMonitoringScheduleRequest
Source§fn clone(&self) -> UpdateMonitoringScheduleRequest
fn clone(&self) -> UpdateMonitoringScheduleRequest
Returns a duplicate 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 Default for UpdateMonitoringScheduleRequest
impl Default for UpdateMonitoringScheduleRequest
Source§fn default() -> UpdateMonitoringScheduleRequest
fn default() -> UpdateMonitoringScheduleRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for UpdateMonitoringScheduleRequest
impl PartialEq for UpdateMonitoringScheduleRequest
Source§fn eq(&self, other: &UpdateMonitoringScheduleRequest) -> bool
fn eq(&self, other: &UpdateMonitoringScheduleRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for UpdateMonitoringScheduleRequest
Auto Trait Implementations§
impl Freeze for UpdateMonitoringScheduleRequest
impl RefUnwindSafe for UpdateMonitoringScheduleRequest
impl Send for UpdateMonitoringScheduleRequest
impl Sync for UpdateMonitoringScheduleRequest
impl Unpin for UpdateMonitoringScheduleRequest
impl UnwindSafe for UpdateMonitoringScheduleRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more