Struct aws_sdk_ec2::model::SlotStartTimeRangeRequest
source · #[non_exhaustive]pub struct SlotStartTimeRangeRequest { /* private fields */ }
Expand description
Describes the time period for a Scheduled Instance to start its first schedule.
Implementations§
source§impl SlotStartTimeRangeRequest
impl SlotStartTimeRangeRequest
sourcepub fn earliest_time(&self) -> Option<&DateTime>
pub fn earliest_time(&self) -> Option<&DateTime>
The earliest date and time, in UTC, for the Scheduled Instance to start.
sourcepub fn latest_time(&self) -> Option<&DateTime>
pub fn latest_time(&self) -> Option<&DateTime>
The latest date and time, in UTC, for the Scheduled Instance to start.
source§impl SlotStartTimeRangeRequest
impl SlotStartTimeRangeRequest
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SlotStartTimeRangeRequest
.
Trait Implementations§
source§impl Clone for SlotStartTimeRangeRequest
impl Clone for SlotStartTimeRangeRequest
source§fn clone(&self) -> SlotStartTimeRangeRequest
fn clone(&self) -> SlotStartTimeRangeRequest
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 SlotStartTimeRangeRequest
impl Debug for SlotStartTimeRangeRequest
source§impl PartialEq<SlotStartTimeRangeRequest> for SlotStartTimeRangeRequest
impl PartialEq<SlotStartTimeRangeRequest> for SlotStartTimeRangeRequest
source§fn eq(&self, other: &SlotStartTimeRangeRequest) -> bool
fn eq(&self, other: &SlotStartTimeRangeRequest) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.