Struct aws_sdk_macie2::model::WeeklySchedule
source · [−]#[non_exhaustive]pub struct WeeklySchedule { /* private fields */ }
Expand description
Specifies a weekly recurrence pattern for running a classification job.
Implementations
sourceimpl WeeklySchedule
impl WeeklySchedule
sourcepub fn day_of_week(&self) -> Option<&DayOfWeek>
pub fn day_of_week(&self) -> Option<&DayOfWeek>
The day of the week when Amazon Macie runs the job.
sourceimpl WeeklySchedule
impl WeeklySchedule
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture WeeklySchedule
.
Trait Implementations
sourceimpl Clone for WeeklySchedule
impl Clone for WeeklySchedule
sourcefn clone(&self) -> WeeklySchedule
fn clone(&self) -> WeeklySchedule
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for WeeklySchedule
impl Debug for WeeklySchedule
sourceimpl PartialEq<WeeklySchedule> for WeeklySchedule
impl PartialEq<WeeklySchedule> for WeeklySchedule
sourcefn eq(&self, other: &WeeklySchedule) -> bool
fn eq(&self, other: &WeeklySchedule) -> bool
impl StructuralPartialEq for WeeklySchedule
Auto Trait Implementations
impl RefUnwindSafe for WeeklySchedule
impl Send for WeeklySchedule
impl Sync for WeeklySchedule
impl Unpin for WeeklySchedule
impl UnwindSafe for WeeklySchedule
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more