Struct aws_sdk_scheduler::model::ScheduleSummary
source · #[non_exhaustive]pub struct ScheduleSummary { /* private fields */ }Expand description
The details of a schedule.
Implementations§
source§impl ScheduleSummary
impl ScheduleSummary
sourcepub fn group_name(&self) -> Option<&str>
pub fn group_name(&self) -> Option<&str>
The name of the schedule group associated with this schedule.
sourcepub fn state(&self) -> Option<&ScheduleState>
pub fn state(&self) -> Option<&ScheduleState>
Specifies whether the schedule is enabled or disabled.
sourcepub fn creation_date(&self) -> Option<&DateTime>
pub fn creation_date(&self) -> Option<&DateTime>
The time at which the schedule was created.
sourcepub fn last_modification_date(&self) -> Option<&DateTime>
pub fn last_modification_date(&self) -> Option<&DateTime>
The time at which the schedule was last modified.
sourcepub fn target(&self) -> Option<&TargetSummary>
pub fn target(&self) -> Option<&TargetSummary>
The schedule's target details.
source§impl ScheduleSummary
impl ScheduleSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ScheduleSummary.
Trait Implementations§
source§impl Clone for ScheduleSummary
impl Clone for ScheduleSummary
source§fn clone(&self) -> ScheduleSummary
fn clone(&self) -> ScheduleSummary
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 ScheduleSummary
impl Debug for ScheduleSummary
source§impl PartialEq<ScheduleSummary> for ScheduleSummary
impl PartialEq<ScheduleSummary> for ScheduleSummary
source§fn eq(&self, other: &ScheduleSummary) -> bool
fn eq(&self, other: &ScheduleSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.