pub struct StartExecutionOutput {
pub execution_arn: String,
pub start_date: f64,
}
Fields§
§execution_arn: String
The Amazon Resource Name (ARN) that id entifies the execution.
start_date: f64
The date the execution is started.
Trait Implementations§
Source§impl Clone for StartExecutionOutput
impl Clone for StartExecutionOutput
Source§fn clone(&self) -> StartExecutionOutput
fn clone(&self) -> StartExecutionOutput
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 StartExecutionOutput
impl Debug for StartExecutionOutput
Source§impl Default for StartExecutionOutput
impl Default for StartExecutionOutput
Source§fn default() -> StartExecutionOutput
fn default() -> StartExecutionOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StartExecutionOutput
impl<'de> Deserialize<'de> for StartExecutionOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for StartExecutionOutput
impl PartialEq for StartExecutionOutput
impl StructuralPartialEq for StartExecutionOutput
Auto Trait Implementations§
impl Freeze for StartExecutionOutput
impl RefUnwindSafe for StartExecutionOutput
impl Send for StartExecutionOutput
impl Sync for StartExecutionOutput
impl Unpin for StartExecutionOutput
impl UnwindSafe for StartExecutionOutput
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