Struct aws_sdk_omics::operation::list_run_tasks::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() -> ListRunTasksOutputBuilder
pub fn builder() -> ListRunTasksOutputBuilder
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 ==.source§impl RequestId for ListRunTasksOutput
impl RequestId for ListRunTasksOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.