Struct aws_sdk_scheduler::output::GetScheduleGroupOutput
source · #[non_exhaustive]pub struct GetScheduleGroupOutput { /* private fields */ }Implementations§
source§impl GetScheduleGroupOutput
impl GetScheduleGroupOutput
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 GetScheduleGroupOutput
impl GetScheduleGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetScheduleGroupOutput.
Trait Implementations§
source§impl Clone for GetScheduleGroupOutput
impl Clone for GetScheduleGroupOutput
source§fn clone(&self) -> GetScheduleGroupOutput
fn clone(&self) -> GetScheduleGroupOutput
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 GetScheduleGroupOutput
impl Debug for GetScheduleGroupOutput
source§impl PartialEq<GetScheduleGroupOutput> for GetScheduleGroupOutput
impl PartialEq<GetScheduleGroupOutput> for GetScheduleGroupOutput
source§fn eq(&self, other: &GetScheduleGroupOutput) -> bool
fn eq(&self, other: &GetScheduleGroupOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.