Struct aws_sdk_ec2::model::SlotDateTimeRangeRequest [−][src]
#[non_exhaustive]pub struct SlotDateTimeRangeRequest {
pub earliest_time: Option<Instant>,
pub latest_time: Option<Instant>,
}
Expand description
Describes the time period for a Scheduled Instance to start its first schedule. The time period must span less than one day.
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<Instant>
The earliest date and time, in UTC, for the Scheduled Instance to start.
latest_time: Option<Instant>
The latest date and time, in UTC, for the Scheduled Instance to start. This value must be later than or equal to the earliest date and at most three months in the future.
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. This value must be later than or equal to the earliest date and at most three months in the future.
Creates a new builder-style object to manufacture SlotDateTimeRangeRequest
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 SlotDateTimeRangeRequest
impl Send for SlotDateTimeRangeRequest
impl Sync for SlotDateTimeRangeRequest
impl Unpin for SlotDateTimeRangeRequest
impl UnwindSafe for SlotDateTimeRangeRequest
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