Struct aws_sdk_macie2::types::WeeklySchedule
source · #[non_exhaustive]pub struct WeeklySchedule { /* private fields */ }
Expand description
Specifies a weekly recurrence pattern for running a classification job.
Implementations§
source§impl 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.
source§impl WeeklySchedule
impl WeeklySchedule
sourcepub fn builder() -> WeeklyScheduleBuilder
pub fn builder() -> WeeklyScheduleBuilder
Creates a new builder-style object to manufacture WeeklySchedule
.
Trait Implementations§
source§impl Clone for WeeklySchedule
impl Clone for WeeklySchedule
source§fn clone(&self) -> WeeklySchedule
fn clone(&self) -> WeeklySchedule
Returns a copy 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 Debug for WeeklySchedule
impl Debug for WeeklySchedule
source§impl PartialEq<WeeklySchedule> for WeeklySchedule
impl PartialEq<WeeklySchedule> for WeeklySchedule
source§fn eq(&self, other: &WeeklySchedule) -> bool
fn eq(&self, other: &WeeklySchedule) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.