Struct aws_sdk_omics::output::ListRunTasksOutput
source · #[non_exhaustive]pub struct ListRunTasksOutput { /* private fields */ }
Implementations§
source§impl ListRunTasksOutput
impl ListRunTasksOutput
sourcepub fn items(&self) -> Option<&[TaskListItem]>
pub fn items(&self) -> Option<&[TaskListItem]>
A list of tasks.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A pagination token that's included if more results are available.
source§impl ListRunTasksOutput
impl ListRunTasksOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListRunTasksOutput
.
Trait Implementations§
source§impl Clone for ListRunTasksOutput
impl Clone for ListRunTasksOutput
source§fn clone(&self) -> ListRunTasksOutput
fn clone(&self) -> ListRunTasksOutput
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 ListRunTasksOutput
impl Debug for ListRunTasksOutput
source§impl PartialEq<ListRunTasksOutput> for ListRunTasksOutput
impl PartialEq<ListRunTasksOutput> for ListRunTasksOutput
source§fn eq(&self, other: &ListRunTasksOutput) -> bool
fn eq(&self, other: &ListRunTasksOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.