Struct aws_sdk_appflow::model::ExecutionDetails
source · [−]#[non_exhaustive]pub struct ExecutionDetails {
pub most_recent_execution_message: Option<String>,
pub most_recent_execution_time: Option<DateTime>,
pub most_recent_execution_status: Option<ExecutionStatus>,
}
Expand description
Describes the details of the flow run, including the timestamp, status, and message.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.most_recent_execution_message: Option<String>
Describes the details of the most recent flow run.
most_recent_execution_time: Option<DateTime>
Specifies the time of the most recent flow run.
most_recent_execution_status: Option<ExecutionStatus>
Specifies the status of the most recent flow run.
Implementations
Describes the details of the most recent flow run.
Specifies the time of the most recent flow run.
Specifies the status of the most recent flow run.
Creates a new builder-style object to manufacture ExecutionDetails
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ExecutionDetails
impl Send for ExecutionDetails
impl Sync for ExecutionDetails
impl Unpin for ExecutionDetails
impl UnwindSafe for ExecutionDetails
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more