pub struct GetAutomationExecutionRequest {
pub automation_execution_id: String,
}Fields§
§automation_execution_id: StringThe unique identifier for an existing automation execution to examine. The execution ID is returned by StartAutomationExecution when the execution of an Automation document is initiated.
Trait Implementations§
Source§impl Clone for GetAutomationExecutionRequest
impl Clone for GetAutomationExecutionRequest
Source§fn clone(&self) -> GetAutomationExecutionRequest
fn clone(&self) -> GetAutomationExecutionRequest
Returns a duplicate 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 Default for GetAutomationExecutionRequest
impl Default for GetAutomationExecutionRequest
Source§fn default() -> GetAutomationExecutionRequest
fn default() -> GetAutomationExecutionRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetAutomationExecutionRequest
impl PartialEq for GetAutomationExecutionRequest
Source§fn eq(&self, other: &GetAutomationExecutionRequest) -> bool
fn eq(&self, other: &GetAutomationExecutionRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetAutomationExecutionRequest
Auto Trait Implementations§
impl Freeze for GetAutomationExecutionRequest
impl RefUnwindSafe for GetAutomationExecutionRequest
impl Send for GetAutomationExecutionRequest
impl Sync for GetAutomationExecutionRequest
impl Unpin for GetAutomationExecutionRequest
impl UnwindSafe for GetAutomationExecutionRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more