#[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() -> GetAutomationExecutionOutputBuilder
pub fn builder() -> GetAutomationExecutionOutputBuilder
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 ==.source§impl RequestId for GetAutomationExecutionOutput
impl RequestId for GetAutomationExecutionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.