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