Struct aws_sdk_scheduler::model::FlexibleTimeWindow
source · #[non_exhaustive]pub struct FlexibleTimeWindow { /* private fields */ }
Expand description
Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.
Implementations§
source§impl FlexibleTimeWindow
impl FlexibleTimeWindow
sourcepub fn mode(&self) -> Option<&FlexibleTimeWindowMode>
pub fn mode(&self) -> Option<&FlexibleTimeWindowMode>
Determines whether the schedule is invoked within a flexible time window.
sourcepub fn maximum_window_in_minutes(&self) -> Option<i32>
pub fn maximum_window_in_minutes(&self) -> Option<i32>
The maximum time window during which a schedule can be invoked.
source§impl FlexibleTimeWindow
impl FlexibleTimeWindow
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FlexibleTimeWindow
.
Trait Implementations§
source§impl Clone for FlexibleTimeWindow
impl Clone for FlexibleTimeWindow
source§fn clone(&self) -> FlexibleTimeWindow
fn clone(&self) -> FlexibleTimeWindow
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 FlexibleTimeWindow
impl Debug for FlexibleTimeWindow
source§impl PartialEq<FlexibleTimeWindow> for FlexibleTimeWindow
impl PartialEq<FlexibleTimeWindow> for FlexibleTimeWindow
source§fn eq(&self, other: &FlexibleTimeWindow) -> bool
fn eq(&self, other: &FlexibleTimeWindow) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.