Struct aws_sdk_macie2::model::JobScheduleFrequency
source · [−]#[non_exhaustive]pub struct JobScheduleFrequency {
pub daily_schedule: Option<DailySchedule>,
pub monthly_schedule: Option<MonthlySchedule>,
pub weekly_schedule: Option<WeeklySchedule>,
}
Expand description
Specifies the recurrence pattern for running a classification job.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.daily_schedule: Option<DailySchedule>
Specifies a daily recurrence pattern for running the job.
monthly_schedule: Option<MonthlySchedule>
Specifies a monthly recurrence pattern for running the job.
weekly_schedule: Option<WeeklySchedule>
Specifies a weekly recurrence pattern for running the job.
Implementations
Specifies a daily recurrence pattern for running the job.
Specifies a monthly recurrence pattern for running the job.
Specifies a weekly recurrence pattern for running the job.
Creates a new builder-style object to manufacture JobScheduleFrequency
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for JobScheduleFrequency
impl Send for JobScheduleFrequency
impl Sync for JobScheduleFrequency
impl Unpin for JobScheduleFrequency
impl UnwindSafe for JobScheduleFrequency
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more