pub struct ScheduleConfig {
pub schedule_expression: Value<String>,
}Expand description
The AWS::SageMaker::MonitoringSchedule.ScheduleConfig property type.
Fields§
§schedule_expression: Value<String>Property ScheduleExpression.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for ScheduleConfig
impl Debug for ScheduleConfig
Source§impl Default for ScheduleConfig
impl Default for ScheduleConfig
Source§fn default() -> ScheduleConfig
fn default() -> ScheduleConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ScheduleConfig
impl RefUnwindSafe for ScheduleConfig
impl Send for ScheduleConfig
impl Sync for ScheduleConfig
impl Unpin for ScheduleConfig
impl UnwindSafe for ScheduleConfig
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