Struct aws_sdk_omics::model::WorkflowListItem
source · #[non_exhaustive]pub struct WorkflowListItem { /* private fields */ }
Expand description
A workflow.
Implementations§
source§impl WorkflowListItem
impl WorkflowListItem
sourcepub fn status(&self) -> Option<&WorkflowStatus>
pub fn status(&self) -> Option<&WorkflowStatus>
The workflow's status.
sourcepub fn type(&self) -> Option<&WorkflowType>
pub fn type(&self) -> Option<&WorkflowType>
The workflow's type.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
When the workflow was created.
source§impl WorkflowListItem
impl WorkflowListItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture WorkflowListItem
.
Trait Implementations§
source§impl Clone for WorkflowListItem
impl Clone for WorkflowListItem
source§fn clone(&self) -> WorkflowListItem
fn clone(&self) -> WorkflowListItem
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 WorkflowListItem
impl Debug for WorkflowListItem
source§impl PartialEq<WorkflowListItem> for WorkflowListItem
impl PartialEq<WorkflowListItem> for WorkflowListItem
source§fn eq(&self, other: &WorkflowListItem) -> bool
fn eq(&self, other: &WorkflowListItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.