Struct aws_sdk_ssm::output::StartAutomationExecutionOutput
source · [−]#[non_exhaustive]pub struct StartAutomationExecutionOutput { /* private fields */ }
Implementations
sourceimpl StartAutomationExecutionOutput
impl StartAutomationExecutionOutput
sourcepub fn automation_execution_id(&self) -> Option<&str>
pub fn automation_execution_id(&self) -> Option<&str>
The unique ID of a newly scheduled automation execution.
sourceimpl StartAutomationExecutionOutput
impl StartAutomationExecutionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartAutomationExecutionOutput
.
Trait Implementations
sourceimpl Clone for StartAutomationExecutionOutput
impl Clone for StartAutomationExecutionOutput
sourcefn clone(&self) -> StartAutomationExecutionOutput
fn clone(&self) -> StartAutomationExecutionOutput
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<StartAutomationExecutionOutput> for StartAutomationExecutionOutput
impl PartialEq<StartAutomationExecutionOutput> for StartAutomationExecutionOutput
sourcefn eq(&self, other: &StartAutomationExecutionOutput) -> bool
fn eq(&self, other: &StartAutomationExecutionOutput) -> bool
impl StructuralPartialEq for StartAutomationExecutionOutput
Auto Trait Implementations
impl RefUnwindSafe for StartAutomationExecutionOutput
impl Send for StartAutomationExecutionOutput
impl Sync for StartAutomationExecutionOutput
impl Unpin for StartAutomationExecutionOutput
impl UnwindSafe for StartAutomationExecutionOutput
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