pub struct UpdateMonitoringScheduleResponse {
pub monitoring_schedule_arn: String,
}
Fields§
§monitoring_schedule_arn: String
The Amazon Resource Name (ARN) of the monitoring schedule.
Trait Implementations§
Source§impl Clone for UpdateMonitoringScheduleResponse
impl Clone for UpdateMonitoringScheduleResponse
Source§fn clone(&self) -> UpdateMonitoringScheduleResponse
fn clone(&self) -> UpdateMonitoringScheduleResponse
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 UpdateMonitoringScheduleResponse
impl Default for UpdateMonitoringScheduleResponse
Source§fn default() -> UpdateMonitoringScheduleResponse
fn default() -> UpdateMonitoringScheduleResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateMonitoringScheduleResponse
impl<'de> Deserialize<'de> for UpdateMonitoringScheduleResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UpdateMonitoringScheduleResponse
impl PartialEq for UpdateMonitoringScheduleResponse
Source§fn eq(&self, other: &UpdateMonitoringScheduleResponse) -> bool
fn eq(&self, other: &UpdateMonitoringScheduleResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for UpdateMonitoringScheduleResponse
Auto Trait Implementations§
impl Freeze for UpdateMonitoringScheduleResponse
impl RefUnwindSafe for UpdateMonitoringScheduleResponse
impl Send for UpdateMonitoringScheduleResponse
impl Sync for UpdateMonitoringScheduleResponse
impl Unpin for UpdateMonitoringScheduleResponse
impl UnwindSafe for UpdateMonitoringScheduleResponse
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