#[non_exhaustive]pub struct StartTaskExecutionOutput { /* private fields */ }Expand description
StartTaskExecutionResponse
Implementations§
source§impl StartTaskExecutionOutput
 
impl StartTaskExecutionOutput
sourcepub fn task_execution_arn(&self) -> Option<&str>
 
pub fn task_execution_arn(&self) -> Option<&str>
The ARN of the running task execution.
source§impl StartTaskExecutionOutput
 
impl StartTaskExecutionOutput
sourcepub fn builder() -> StartTaskExecutionOutputBuilder
 
pub fn builder() -> StartTaskExecutionOutputBuilder
Creates a new builder-style object to manufacture StartTaskExecutionOutput.
Trait Implementations§
source§impl Clone for StartTaskExecutionOutput
 
impl Clone for StartTaskExecutionOutput
source§fn clone(&self) -> StartTaskExecutionOutput
 
fn clone(&self) -> StartTaskExecutionOutput
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 StartTaskExecutionOutput
 
impl Debug for StartTaskExecutionOutput
source§impl PartialEq<StartTaskExecutionOutput> for StartTaskExecutionOutput
 
impl PartialEq<StartTaskExecutionOutput> for StartTaskExecutionOutput
source§fn eq(&self, other: &StartTaskExecutionOutput) -> bool
 
fn eq(&self, other: &StartTaskExecutionOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for StartTaskExecutionOutput
 
impl RequestId for StartTaskExecutionOutput
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.impl StructuralPartialEq for StartTaskExecutionOutput
Auto Trait Implementations§
impl RefUnwindSafe for StartTaskExecutionOutput
impl Send for StartTaskExecutionOutput
impl Sync for StartTaskExecutionOutput
impl Unpin for StartTaskExecutionOutput
impl UnwindSafe for StartTaskExecutionOutput
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