Struct aws_sdk_omics::output::GetRunTaskOutput
source · #[non_exhaustive]pub struct GetRunTaskOutput { /* private fields */ }
Implementations§
source§impl GetRunTaskOutput
impl GetRunTaskOutput
sourcepub fn status(&self) -> Option<&TaskStatus>
pub fn status(&self) -> Option<&TaskStatus>
The task's status.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
When the task was created.
sourcepub fn start_time(&self) -> Option<&DateTime>
pub fn start_time(&self) -> Option<&DateTime>
The task's start time.
sourcepub fn status_message(&self) -> Option<&str>
pub fn status_message(&self) -> Option<&str>
The task's status message.
sourcepub fn log_stream(&self) -> Option<&str>
pub fn log_stream(&self) -> Option<&str>
The task's log stream.
source§impl GetRunTaskOutput
impl GetRunTaskOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRunTaskOutput
.
Trait Implementations§
source§impl Clone for GetRunTaskOutput
impl Clone for GetRunTaskOutput
source§fn clone(&self) -> GetRunTaskOutput
fn clone(&self) -> GetRunTaskOutput
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 GetRunTaskOutput
impl Debug for GetRunTaskOutput
source§impl PartialEq<GetRunTaskOutput> for GetRunTaskOutput
impl PartialEq<GetRunTaskOutput> for GetRunTaskOutput
source§fn eq(&self, other: &GetRunTaskOutput) -> bool
fn eq(&self, other: &GetRunTaskOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.