Struct aws_sdk_datasync::model::TaskExecutionListEntry
source · #[non_exhaustive]pub struct TaskExecutionListEntry { /* private fields */ }
Expand description
Represents a single entry in a list of task executions. TaskExecutionListEntry
returns an array that contains a list of specific invocations of a task when the ListTaskExecutions operation is called.
Implementations§
source§impl TaskExecutionListEntry
impl TaskExecutionListEntry
sourcepub fn task_execution_arn(&self) -> Option<&str>
pub fn task_execution_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the task that was executed.
sourcepub fn status(&self) -> Option<&TaskExecutionStatus>
pub fn status(&self) -> Option<&TaskExecutionStatus>
The status of a task execution.
source§impl TaskExecutionListEntry
impl TaskExecutionListEntry
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TaskExecutionListEntry
.
Trait Implementations§
source§impl Clone for TaskExecutionListEntry
impl Clone for TaskExecutionListEntry
source§fn clone(&self) -> TaskExecutionListEntry
fn clone(&self) -> TaskExecutionListEntry
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 TaskExecutionListEntry
impl Debug for TaskExecutionListEntry
source§impl PartialEq<TaskExecutionListEntry> for TaskExecutionListEntry
impl PartialEq<TaskExecutionListEntry> for TaskExecutionListEntry
source§fn eq(&self, other: &TaskExecutionListEntry) -> bool
fn eq(&self, other: &TaskExecutionListEntry) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.