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