Struct aws_sdk_iotanalytics::types::Schedule
source · #[non_exhaustive]pub struct Schedule { /* private fields */ }
Expand description
The schedule for when to trigger an update.
Implementations§
source§impl Schedule
impl Schedule
sourcepub fn expression(&self) -> Option<&str>
pub fn expression(&self) -> Option<&str>
The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.
Trait Implementations§
source§impl PartialEq<Schedule> for Schedule
impl PartialEq<Schedule> for Schedule
impl StructuralPartialEq for Schedule
Auto Trait Implementations§
impl RefUnwindSafe for Schedule
impl Send for Schedule
impl Sync for Schedule
impl Unpin for Schedule
impl UnwindSafe for Schedule
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