Struct aws_sdk_datasync::output::ListTaskExecutionsOutput
source · #[non_exhaustive]pub struct ListTaskExecutionsOutput { /* private fields */ }
Expand description
ListTaskExecutionsResponse
Implementations§
source§impl ListTaskExecutionsOutput
impl ListTaskExecutionsOutput
sourcepub fn task_executions(&self) -> Option<&[TaskExecutionListEntry]>
pub fn task_executions(&self) -> Option<&[TaskExecutionListEntry]>
A list of executed tasks.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
An opaque string that indicates the position at which to begin returning the next list of executed tasks.
source§impl ListTaskExecutionsOutput
impl ListTaskExecutionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListTaskExecutionsOutput
.
Trait Implementations§
source§impl Clone for ListTaskExecutionsOutput
impl Clone for ListTaskExecutionsOutput
source§fn clone(&self) -> ListTaskExecutionsOutput
fn clone(&self) -> ListTaskExecutionsOutput
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 ListTaskExecutionsOutput
impl Debug for ListTaskExecutionsOutput
source§impl PartialEq<ListTaskExecutionsOutput> for ListTaskExecutionsOutput
impl PartialEq<ListTaskExecutionsOutput> for ListTaskExecutionsOutput
source§fn eq(&self, other: &ListTaskExecutionsOutput) -> bool
fn eq(&self, other: &ListTaskExecutionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.