Struct aws_sdk_ec2::model::SlotStartTimeRangeRequest [−][src]
#[non_exhaustive]pub struct SlotStartTimeRangeRequest {
pub earliest_time: Option<DateTime>,
pub latest_time: Option<DateTime>,
}
Expand description
Describes the time period for a Scheduled Instance to start its first schedule.
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.earliest_time: Option<DateTime>
The earliest date and time, in UTC, for the Scheduled Instance to start.
latest_time: Option<DateTime>
The latest date and time, in UTC, for the Scheduled Instance to start.
Implementations
The earliest date and time, in UTC, for the Scheduled Instance to start.
The latest date and time, in UTC, for the Scheduled Instance to start.
Creates a new builder-style object to manufacture SlotStartTimeRangeRequest
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 SlotStartTimeRangeRequest
impl Send for SlotStartTimeRangeRequest
impl Sync for SlotStartTimeRangeRequest
impl Unpin for SlotStartTimeRangeRequest
impl UnwindSafe for SlotStartTimeRangeRequest
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