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