#[non_exhaustive]pub struct CreateScheduleGroupOutput { /* private fields */ }Implementations§
source§impl CreateScheduleGroupOutput
impl CreateScheduleGroupOutput
sourcepub fn schedule_group_arn(&self) -> Option<&str>
pub fn schedule_group_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the schedule group.
source§impl CreateScheduleGroupOutput
impl CreateScheduleGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateScheduleGroupOutput.
Trait Implementations§
source§impl Clone for CreateScheduleGroupOutput
impl Clone for CreateScheduleGroupOutput
source§fn clone(&self) -> CreateScheduleGroupOutput
fn clone(&self) -> CreateScheduleGroupOutput
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 CreateScheduleGroupOutput
impl Debug for CreateScheduleGroupOutput
source§impl PartialEq<CreateScheduleGroupOutput> for CreateScheduleGroupOutput
impl PartialEq<CreateScheduleGroupOutput> for CreateScheduleGroupOutput
source§fn eq(&self, other: &CreateScheduleGroupOutput) -> bool
fn eq(&self, other: &CreateScheduleGroupOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.