Struct aws_sdk_ssm::output::GetAutomationExecutionOutput
source · [−]#[non_exhaustive]pub struct GetAutomationExecutionOutput { /* private fields */ }
Implementations
sourceimpl GetAutomationExecutionOutput
impl GetAutomationExecutionOutput
sourcepub fn automation_execution(&self) -> Option<&AutomationExecution>
pub fn automation_execution(&self) -> Option<&AutomationExecution>
Detailed information about the current state of an automation execution.
sourceimpl GetAutomationExecutionOutput
impl GetAutomationExecutionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetAutomationExecutionOutput
.
Trait Implementations
sourceimpl Clone for GetAutomationExecutionOutput
impl Clone for GetAutomationExecutionOutput
sourcefn clone(&self) -> GetAutomationExecutionOutput
fn clone(&self) -> GetAutomationExecutionOutput
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 Debug for GetAutomationExecutionOutput
impl Debug for GetAutomationExecutionOutput
sourceimpl PartialEq<GetAutomationExecutionOutput> for GetAutomationExecutionOutput
impl PartialEq<GetAutomationExecutionOutput> for GetAutomationExecutionOutput
sourcefn eq(&self, other: &GetAutomationExecutionOutput) -> bool
fn eq(&self, other: &GetAutomationExecutionOutput) -> bool
impl StructuralPartialEq for GetAutomationExecutionOutput
Auto Trait Implementations
impl RefUnwindSafe for GetAutomationExecutionOutput
impl Send for GetAutomationExecutionOutput
impl Sync for GetAutomationExecutionOutput
impl Unpin for GetAutomationExecutionOutput
impl UnwindSafe for GetAutomationExecutionOutput
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