#[non_exhaustive]pub struct StartChangeRequestExecutionOutput { /* private fields */ }
Implementations
sourceimpl StartChangeRequestExecutionOutput
impl StartChangeRequestExecutionOutput
sourcepub fn automation_execution_id(&self) -> Option<&str>
pub fn automation_execution_id(&self) -> Option<&str>
The unique ID of a runbook workflow operation. (A runbook workflow is a type of Automation operation.)
sourceimpl StartChangeRequestExecutionOutput
impl StartChangeRequestExecutionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartChangeRequestExecutionOutput
.
Trait Implementations
sourceimpl Clone for StartChangeRequestExecutionOutput
impl Clone for StartChangeRequestExecutionOutput
sourcefn clone(&self) -> StartChangeRequestExecutionOutput
fn clone(&self) -> StartChangeRequestExecutionOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<StartChangeRequestExecutionOutput> for StartChangeRequestExecutionOutput
impl PartialEq<StartChangeRequestExecutionOutput> for StartChangeRequestExecutionOutput
sourcefn eq(&self, other: &StartChangeRequestExecutionOutput) -> bool
fn eq(&self, other: &StartChangeRequestExecutionOutput) -> bool
impl StructuralPartialEq for StartChangeRequestExecutionOutput
Auto Trait Implementations
impl RefUnwindSafe for StartChangeRequestExecutionOutput
impl Send for StartChangeRequestExecutionOutput
impl Sync for StartChangeRequestExecutionOutput
impl Unpin for StartChangeRequestExecutionOutput
impl UnwindSafe for StartChangeRequestExecutionOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more