Struct aws_sdk_mq::model::WeeklyStartTime
source · [−]#[non_exhaustive]pub struct WeeklyStartTime {
pub day_of_week: Option<DayOfWeek>,
pub time_of_day: Option<String>,
pub time_zone: Option<String>,
}
Expand description
The scheduled time period relative to UTC during which Amazon MQ begins to apply pending updates or patches to the broker.
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.day_of_week: Option<DayOfWeek>
Required. The day of the week.
time_of_day: Option<String>
Required. The time, in 24-hour format.
time_zone: Option<String>
The time zone, UTC by default, in either the Country/City format, or the UTC offset format.
Implementations
Required. The day of the week.
Required. The time, in 24-hour format.
Creates a new builder-style object to manufacture WeeklyStartTime
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 WeeklyStartTime
impl Send for WeeklyStartTime
impl Sync for WeeklyStartTime
impl Unpin for WeeklyStartTime
impl UnwindSafe for WeeklyStartTime
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