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